README.rdoc in frameworks-capybara-0.2.24 vs README.rdoc in frameworks-capybara-0.2.25
- old
+ new
@@ -40,10 +40,12 @@
CREATE_NEW_FF_PROFILE - create a new Firefox profile with name provided by FIREFOX_PROFILE
CELERITY_JS_ENABLED (string - 'true', 'false') - determines whether Celerity (HTMLUnit) attempts to execute javascript
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
Here is a sample cucumber.yml:
<%intenv='ENVIRONMENT=int'%>
<%testenv='ENVIRONMENT=test'%>
@@ -79,10 +81,11 @@
== Release instructions
* Run tests - 'rake'
* If you have not published with 'gem' before, run 'gem push' to enter your credentials (ignore failed publish error at the end)
* Bump version - manually update file in lib/version.rb
-* Run 'bundle install --binstubs --path vendor/to' bundle pick up new version in Gemfile
+* Update the CHANGES[https://github.com/bbc-frameworks/frameworks-capybara/blob/master/CHANGES] log (see file for convention).
+* Run 'bundle install --binstubs --path vendor' to pick up new version in Gemfile
* Commit 'Gemfile.lock' changes
* Release - 'rake release'
You should see something like: