Skip to content
Snippets Groups Projects
Commit 5ac979a7 authored by totten's avatar totten
Browse files

testing - Add protractor, codeception, and qunit skeletons

parent 8ebf4a6b
No related branches found
No related tags found
No related merge requests found
TODO
\ No newline at end of file
TODO
\ No newline at end of file
### QUnit
CiviCRM has a small set up of QUnit which is an automated testing system. It's generally inspired by the xUnit family (JUnit, PHPUnit, etc) and
allows you to test low- and mid-level component functionality. It's most suitable for testing pure Javascript components. For a general
introduction, see the [README](https://github.com/civicrm/civicrm-core/blob/master/tests/qunit/README.txt) and [example
test](https://github.com/civicrm/civicrm-core/tree/master/tests/qunit/example) that ship with CiviCRM. It is currently only run manually through a
web broweser.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment