Skip to content

Commit 23c3a3e

Browse files
committed
saucelabs: fix title
1 parent eaedad5 commit 23c3a3e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Diff for: saucelabs.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1-
Sign up for opensauce
1+
---
2+
title: Saucelabs
3+
layout: 2017/sheet
4+
---
5+
6+
### Getting started
7+
8+
Sign up for opensauce:
9+
{: .-setup}
210

311
- http://saucelabs.com/opensauce
412

5-
Install zuul
13+
Install [zuul](https://npmjs.com/package/zuul):
614

715
```
816
npm i -g zuul
917
```
1018

11-
Configure zuul
19+
Configure zuul:
1220

1321
```yml
1422
# ~/.zuulrc
1523
sauce_username: me
1624
sauce_key: abc12348-e3e2-...
1725
```
1826
19-
Add .zuul.yml to your project
27+
Add `.zuul.yml` to your project:
2028

2129
```yml
2230
# .zuul.yml
@@ -30,7 +38,7 @@ browsers:
3038
version: latest
3139
```
3240

33-
Try to run tests
41+
Try to run tests:
3442

3543
```
3644
zuul test/test.js

0 commit comments

Comments
 (0)