14 lines
472 B
XML
14 lines
472 B
XML
<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>
|