Skip to content
Snippets Groups Projects
Commit 2947590f authored by totten's avatar totten
Browse files

testing/*.md - Temporarily comment out codeception, protractor

I'd like to be able to merge the general, incremental improvements for the
"Testing" section, but these two new pages aren't yet written.  Comment them
out.
parent 662db61a
Branches
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ CiviCRM's testing regimen includes:
* (Linting) [JSHint](/standards/javascript.md#coding-standards)
* (Unit testing) [Karma and Jasmine](/testing/karma.md)
* (End-to-end testing, for AngularJS) [Protractor and Jasmine](/testing/protractor.md)
<!-- * (End-to-end testing, for AngularJS) [Protractor and Jasmine](/testing/protractor.md) -->
* (Deprecated; end-to-end testing) [QUnit](/testing/qunit.md)
## Javascript in Markup
......
......@@ -63,11 +63,11 @@ Depending on the scope of the test and the relevant language, one chooses among
</td>
<td>
<a href="phpunit">PHPUnit</a><br/>
<a href="codeception">Codeception</a><br/>
<!-- <a href="codeception">Codeception</a><br/> -->
<s><a href="webtest">Selenium</a></s>
</td>
<td>
<a href="protractor">Protractor</a><br/>
<!-- <a href="protractor">Protractor</a><br/> -->
<s><a href="qunit">QUnit</a></s>
</td>
<td>
......
!!! caution "QUnit for CiviCRM is deprecated"
This documentation explains the existing QUnit tests. However, the
functionality overlaps a lot with [Karma](/testing/karma.md) and
[Protractor](/testing/protractor.md). Karma and Protractor have more
functionality overlaps a lot with [Karma](/testing/karma.md) <!-- and
[Protractor](/testing/protractor.md)-->. Karma and Protractor have more
powerful test-runners and better support for AngularJS, so the
QUnit-CiviCRM suite is deprecated.
......
......@@ -186,11 +186,11 @@ pages:
- Continuous Integration: testing/continuous-integration.md
- PHP:
- PHPUnit Tests: testing/phpunit.md
- Codeception Tests: testing/codeception.md
# - Codeception Tests: testing/codeception.md
- Selenium Tests: testing/selenium.md
- Javascript:
- Karma Tests: testing/karma.md
- Protractor Tests: testing/protractor.md
# - Protractor Tests: testing/protractor.md
- QUnit Tests: testing/qunit.md
- Other:
- Upgrade Tests: testing/upgrades.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment