saucelabs: fix title

This commit is contained in:
Rico Sta. Cruz 2017-10-27 11:32:43 +08:00
parent eaedad5d64
commit 23c3a3e64d
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 13 additions and 5 deletions

View File

@ -1,14 +1,22 @@
Sign up for opensauce
---
title: Saucelabs
layout: 2017/sheet
---
### Getting started
Sign up for opensauce:
{: .-setup}
- http://saucelabs.com/opensauce
Install zuul
Install [zuul](https://npmjs.com/package/zuul):
```
npm i -g zuul
```
Configure zuul
Configure zuul:
```yml
# ~/.zuulrc
@ -16,7 +24,7 @@ sauce_username: me
sauce_key: abc12348-e3e2-...
```
Add .zuul.yml to your project
Add `.zuul.yml` to your project:
```yml
# .zuul.yml
@ -30,7 +38,7 @@ browsers:
version: latest
```
Try to run tests
Try to run tests:
```
zuul test/test.js