Skip to content

Commit 2929601

Browse files
committed
Update Chrome and Safari version in cross-browser test.
1 parent 0f1425a commit 2929601

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.browserslistrc

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
chrome 66
2-
firefox 60
3-
safari 11
4-
edge 17
5-
ie 11
6-
1+
last 2 chrome version
2+
last 2 firefox version
3+
last 2 safari version
4+
last 2 edge version
5+
last 2 ie version

config/karma.saucelabs.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ function appiumLauncher(
8585
*/
8686
const sauceLabsBrowsers = {
8787
// Desktop
88-
Chrome_Windows: seleniumLauncher('chrome', 'Windows 10', '66.0'),
89-
Firefox_Windows: seleniumLauncher('firefox', 'Windows 10', '60.0'),
90-
Safari_macOS: seleniumLauncher('safari', 'macOS 10.13', '11.0'),
91-
Edge_Windows: seleniumLauncher('MicrosoftEdge', 'Windows 10', '17.17134'),
92-
IE_Windows: seleniumLauncher('internet explorer', 'Windows 10', '11.103')
88+
Chrome_Windows: seleniumLauncher('chrome', 'Windows 10', 'latest'),
89+
Firefox_Windows: seleniumLauncher('firefox', 'Windows 10', 'latest'),
90+
Safari_macOS: seleniumLauncher('safari', 'macOS 10.13', 'latest'),
91+
Edge_Windows: seleniumLauncher('MicrosoftEdge', 'Windows 10', 'latest'),
92+
IE_Windows: seleniumLauncher('internet explorer', 'Windows 10', 'latest')
9393

9494
// Mobile
9595
// Safari_iOS: appiumLauncher('Safari', 'iPhone Simulator', 'iOS', '11.2'),

0 commit comments

Comments
 (0)