Skip to content

Commit

Permalink
chore(saucelabs): update tests to run on latest chrome (v48)
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch committed Mar 3, 2016
1 parent ac592f5 commit 43cff2f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions customLaunchers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,60 @@
"base": "SauceLabs",
"browserName": "chrome",
"platform": "Linux",
"version": "46"
"version": "48"
},
"win10_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "Windows 10",
"version": "46"
"version": "48"
},
"win8_1_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "Windows 8.1",
"version": "46"
"version": "48"
},
"win8_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "Windows 8",
"version": "46"
"version": "48"
},
"win7_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "Windows 7",
"version": "46"
"version": "48"
},
"winxp_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "Windows XP",
"version": "46"
"version": "48"
},
"osx10_11_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "OS X 10.11",
"version": "46"
"version": "48"
},
"osx10_10_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "OS X 10.10",
"version": "46"
"version": "48"
},
"osx10_9_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "OS X 10.9",
"version": "46"
"version": "48"
},
"osx10_8_chrome": {
"base": "SauceLabs",
"browserName": "chrome",
"platform": "OS X 10.8",
"version": "46"
"version": "48"
}
}

0 comments on commit 43cff2f

Please sign in to comment.