1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 22:57:33 +02:00
cheatsheets/saucelabs.md
Rico Sta. Cruz a57d0ea90d Update
2015-07-17 04:19:25 +08:00

442 B

Sign up for opensauce

Install zuul

npm i -g zuul

Configure zuul

# ~/.zuulrc
sauce_username: me
sauce_key: abc12348-e3e2-...

Add .zuul.yml to your project

# .zuul.yml
ui: mocha-bdd
browsers:
  - name: chrome
    version: latest
  - name: ie
    version: 6..latest
  - name: firefox
    version: latest

Try to run tests

zuul test/test.js
zuul --local test/test.js