You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,20 @@ Example:
21
21
}
22
22
}
23
23
```
24
-
25
24
Your Sauce Labs user and key are now accessed from the WebDriver/Appium configuration to minimise duplication.
26
25
26
+
### SauceLabs Automated Build Dashboard
27
+
28
+
To create SauceLabs Automated Build dashboard, you'd need to pass the unique `build` id. You can pass the unique `build` through process environment variable,
29
+
30
+
```bash
31
+
32
+
$ SAUCE_BUILD=<your_build><test_command>
33
+
34
+
```
35
+
36
+
e.g. SAUCE_BUILD=`'date'`
37
+
27
38
### Development
28
39
29
40
Code quality and functionality are checked with ESlint (`npm run lint`) and Jest (`npm run test`). The tests use [`nock`][1] to check that appropriate requests are made to the Sauce Labs API given the configuration and the outcome of the test.
0 commit comments