Last active
October 29, 2015 19:08
-
-
Save ndmanvar/dd5c4abcc81a3c620ab6 to your computer and use it in GitHub Desktop.
How use cucumber-watir-webdriver with Allure and Sauce Jenkins plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export SAUCE_USERNAME=YOUR_SAUCE_USERNAME | |
export SAUCE_ACCESS_KEY=YOUR_ACCESS_KEY | |
git clone https://github.com/ndmanvar/Ruby-Cucumber-WatirWebdriver | |
cd Ruby-Cucumber-WatirWebdriver | |
git checkout manheim | |
bundle install | |
rake test_sauce show_sessionid_and_job_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment