Get base code for dusk tests

This commit is contained in:
Dane Everitt 2018-05-31 21:45:49 -07:00
parent 0b7dbd65ff
commit c86690a695
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 209 additions and 1 deletions

View file

@ -10,6 +10,9 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Browser">
<directory suffix="Test.php">./tests/Browser/Processes</directory>
</testsuite>
<testsuite name="Integration">
<directory suffix="Test.php">./tests/Integration</directory>
</testsuite>