tests: Add end 2 end frontend testing with Cypress (#1403)

This commit is contained in:
Régis Freyd
2018-08-15 21:03:35 -04:00
committed by GitHub
parent beb5a81c48
commit 5aa3afa08a
99 changed files with 1761 additions and 207 deletions
+2 -2
View File
@@ -10,11 +10,11 @@
stopOnFailure="false">
<testsuites>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
<directory suffix="Test.php">./tests/Unit/Models</directory>
</testsuite>
<testsuite name="Helpers Tests">
<directory suffix="Test.php">./tests/Helper</directory>
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
</testsuite>
<testsuite name="Feature Tests">