YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Adding support for passing sauce username and accesskey in capabilities #284

Closed pranavparikh closed 9 years ago

pranavparikh commented 9 years ago

Adding support for setting Sauce labs credentials in two ways a) From config.js e.g config.sauceUsername = "YourSauceLabsUsername"; config.sauceAccesskey = "YourSauceLabsAccessKey";

b) Using environment variables set Saucelabs username in SAUCE_USERNAME and access key in SAUCE_ACCESS_KEY

Order of precedence 1) --capabilities passed from command line 2) credentials from config.js 3) environment variables