Update python sample code (#12681)

This commit is contained in:
Isaac A. Murchie
2019-05-23 09:37:40 -04:00
committed by GitHub
parent 240810d028
commit eb4ddafc36
15 changed files with 215 additions and 147 deletions

View File

@@ -12,6 +12,14 @@ pip install -r requirements.txt
py.test test
```
To run them on Sauce Labs, make sure that you have the following environment
variables set:
```
SAUCE_LABS
SAUCE_USERNAME
SAUCE_ACCESS_KEY
```
### Run an arbitrary file
```