summaryrefslogtreecommitdiff
path: root/tests/acceptance.xml
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-09 21:40:44 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-09 21:40:44 -0400
commit0cd7a2d35e26546033926e2e797d7bde66b7c6c6 (patch)
tree11e3c680cd817ab76b91e55fde9c4d3fd50e3c5b /tests/acceptance.xml
parent3c394fe92ec3b97d8404f68fd3379cfa6a92a6e1 (diff)
parent7464607195bb84b2a7b6f1e2ad3b208fe37dc336 (diff)
Merge pull-request #2317
Diffstat (limited to 'tests/acceptance.xml')
-rw-r--r--tests/acceptance.xml13
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>