Re: [infra-tests] Add running sauce labs to check_stability script (#5231)

Forgot to note in the description: There are some setup steps required prior to merging this PR:

1. Create a Sauce Labs account for web platform tests.
2. Update `.travis.yml` to include the account's username at https://github.com/w3c/web-platform-tests/pull/5231/files#diff-354f30a63fb0907d4ad57269548329e3R13
3. Update `.travis.yml` to include a `jwt` secure key for the sauce user name and access key as described in https://docs.travis-ci.com/user/encryption-keys/
  - `travis encrypt SAUCE_ACCESS_KEY=YOUR_ACCESS_KEY_HERE`

At that point, these tests should run and pass for Firefox, Chrome, Edge, and Safari.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5231#issuecomment-289522915

Received on Monday, 27 March 2017 17:22:53 UTC