README.rdoc in frameworks-capybara-2.3.0 vs README.rdoc in frameworks-capybara-2.3.1
- old
+ new
@@ -41,10 +41,10 @@
XVFB - (string - 'true', 'false') - determines whether XVFB is used to run browser (i.e. headless Firefox on *nix platform)
FW_CERT_LOCATION - path to client certificate (combined pem)
CHROME_SWITCHES - pass in any allowed switches for the Selenium chrome driver (http://peter.sh/experiments/chromium-command-line-switches/) e.g. CHROME_SWITCHES="--user-agent=Mozilla/5.0 (PLAYSTATION 3; 3.55)"
PROJECT_NAME - optional project name description which gets displayed in Cucumber html reports
TEAM_NAME - optional team name description which gets displayed in Cucumber html reports
- BROWSER_CLI_ARGS - optional additional arguments to pass to local browser processes
+ BROWSER_CLI_ARGS - optional additional arguments to pass to local browser processes (individual arguments should be separated with spaces)
The following environment variables are specific to running tests against a BrowserStack remote grid:
BS_BUILD - allows the user to specify a name for a logical group of tests e.g. 'Component A Tests'
BS_DEBUG - set to 'false' to disable screenshot generation ('true' by default)