We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaedad5 commit 23c3a3eCopy full SHA for 23c3a3e
saucelabs.md
@@ -1,22 +1,30 @@
1
-Sign up for opensauce
+---
2
+title: Saucelabs
3
+layout: 2017/sheet
4
5
+
6
+### Getting started
7
8
+Sign up for opensauce:
9
+{: .-setup}
10
11
- http://saucelabs.com/opensauce
12
-Install zuul
13
+Install [zuul](https://npmjs.com/package/zuul):
14
15
```
16
npm i -g zuul
17
18
-Configure zuul
19
+Configure zuul:
20
21
```yml
22
# ~/.zuulrc
23
sauce_username: me
24
sauce_key: abc12348-e3e2-...
25
26
-Add .zuul.yml to your project
27
+Add `.zuul.yml` to your project:
28
29
30
# .zuul.yml
@@ -30,7 +38,7 @@ browsers:
38
version: latest
31
39
32
40
33
-Try to run tests
41
+Try to run tests:
34
42
35
43
36
44
zuul test/test.js
0 commit comments