diff options
Diffstat (limited to 'tests/acceptance.xml')
-rw-r--r-- | tests/acceptance.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/acceptance.xml b/tests/acceptance.xml new file mode 100644 index 00000000..a161f9ec --- /dev/null +++ b/tests/acceptance.xml @@ -0,0 +1,13 @@ +<phpunit stopOnError="true" stopOnFailure="true" colors="true"> + <testsuites> + <testsuite name="Kanboard"> + <directory>acceptance</directory> + </testsuite> + </testsuites> + <php> + <const name="SELENIUM_HOST" value="localhost" /> + <const name="SELENIUM_PORT" value="4444" /> + <const name="DEFAULT_BROWSER" value="firefox" /> + <const name="KANBOARD_APP_URL" value="http://localhost:8001" /> + </php> +</phpunit> |