Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
testing/*.md - Temporarily comment out codeception, protractor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
totten committed Oct 30, 2017
1 parent 922a978 commit 40c4b3e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/standards/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions docs/testing/qunit.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!!! 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.

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40c4b3e

Please sign in to comment.