Renaming auto connection test

pull/4059/head
John McLear 2020-05-29 17:52:00 +01:00 committed by GitHub
parent 59aab3676d
commit e557723c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -78,12 +78,14 @@ sauceTestWorker.push({
, 'browserName' : 'firefox'
, 'version' : 'latest'
});
// 2) Chrome on Linux
sauceTestWorker.push({
'platform' : 'Linux'
, 'browserName' : 'googlechrome'
, 'version' : 'latest'
});
// 3) Safari on OSX 10.15
sauceTestWorker.push({
'platform' : 'OS X 10.15'