Skip to content

Instantly share code, notes, and snippets.

@heddn
Created October 9, 2012 21:35
Show Gist options
  • Save heddn/3861612 to your computer and use it in GitHub Desktop.
Save heddn/3861612 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
<testsuites>
<testsuite name="Example Selenium Test Suite">
<directory>Selenium1Tests</directory>
</testsuite>
</testsuites>
<selenium>
<browser name="Firefox on Linux" browser="*firefox /usr/lib/firefox/firefox"
host="localhost" port="4444" timeout="30000" />
</selenium>
<logging>
<log type="junit" target="build/logs/junit.xml"
logIncompleteSkipped="false" />
</logging>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment