miniflux-legacy/tests/phpunit.integration.xml

41 lines
1.3 KiB
XML
Raw Permalink Normal View History

2016-08-18 03:06:43 +02:00
<phpunit bootstrap="tests/integration/minifluxTestCase.php" colors="true">
2014-12-04 18:20:15 +01:00
<php>
<const name="DB_FILENAME" value="unittest.sqlite" />
<const name="PHPUNIT_TESTSUITE_EXTENSION_SELENIUM_BASEURL" value="http://localhost/miniflux/" />
<const name="PHPUNIT_TESTSUITE_EXTENSION_SELENIUM_BROWSERS" value='
[
{
"browserName": "firefox",
"host": "localhost",
"port": 4444,
"sessionStrategy": "shared"
},
{
"browserName": "internet explorer",
2014-12-04 18:20:15 +01:00
"host": "localhost",
"port": 4444,
"sessionStrategy": "shared"
},
{
"browserName": "chrome",
"host": "localhost",
"port": 4444,
"sessionStrategy": "shared"
}
]
'/>
</php>
<listeners>
<listener class="PHPUnit_Extensions_Selenium2TestCase_ScreenshotListener">
<arguments>
2016-08-18 03:06:43 +02:00
<string>./integration/</string>
2014-12-04 18:20:15 +01:00
</arguments>
</listener>
</listeners>
<testsuites>
<testsuite name="Miniflux">
2016-08-18 03:06:43 +02:00
<directory>integration/</directory>
2014-12-04 18:20:15 +01:00
</testsuite>
</testsuites>
</phpunit>