mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-15 23:18:52 +02:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
542 B
542 B
title
title |
---|
Saucelabs |
Getting started
Sign up for opensauce: {: .-setup}
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