We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec394c9 commit 2385e89Copy full SHA for 2385e89
README.md
@@ -12,6 +12,11 @@
12
`brew install selenium-server-standalone` and optionally `brew install chromedriver` if you want to test with Google Chrome
13
* PhantomJS:
14
`brew install phantomjs`
15
+
16
+## Configuration
17
18
+* PhantomJS driver is a headless browser which means it's not suitable for browser environments like `chrome` or `firefox`
19
+* Website URL to tests against is defined in acceptance.suite.yml
20
21
## Running tests
22
0 commit comments