Skip to content

Commit

Permalink
Update Chrome and Safari version in cross-browser test.
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanyang committed Jun 1, 2018
1 parent 0f1425a commit 2929601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
chrome 66
firefox 60
safari 11
edge 17
ie 11

last 2 chrome version
last 2 firefox version
last 2 safari version
last 2 edge version
last 2 ie version
10 changes: 5 additions & 5 deletions config/karma.saucelabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ function appiumLauncher(
*/
const sauceLabsBrowsers = {
// Desktop
Chrome_Windows: seleniumLauncher('chrome', 'Windows 10', '66.0'),
Firefox_Windows: seleniumLauncher('firefox', 'Windows 10', '60.0'),
Safari_macOS: seleniumLauncher('safari', 'macOS 10.13', '11.0'),
Edge_Windows: seleniumLauncher('MicrosoftEdge', 'Windows 10', '17.17134'),
IE_Windows: seleniumLauncher('internet explorer', 'Windows 10', '11.103')
Chrome_Windows: seleniumLauncher('chrome', 'Windows 10', 'latest'),
Firefox_Windows: seleniumLauncher('firefox', 'Windows 10', 'latest'),
Safari_macOS: seleniumLauncher('safari', 'macOS 10.13', 'latest'),
Edge_Windows: seleniumLauncher('MicrosoftEdge', 'Windows 10', 'latest'),
IE_Windows: seleniumLauncher('internet explorer', 'Windows 10', 'latest')

// Mobile
// Safari_iOS: appiumLauncher('Safari', 'iPhone Simulator', 'iOS', '11.2'),
Expand Down

0 comments on commit 2929601

Please sign in to comment.