We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1425a commit 2929601Copy full SHA for 2929601
.browserslistrc
@@ -1,6 +1,5 @@
1
-chrome 66
2
-firefox 60
3
-safari 11
4
-edge 17
5
-ie 11
6
-
+last 2 chrome version
+last 2 firefox version
+last 2 safari version
+last 2 edge version
+last 2 ie version
config/karma.saucelabs.js
@@ -85,11 +85,11 @@ function appiumLauncher(
85
*/
86
const sauceLabsBrowsers = {
87
// 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')
+ 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')
93
94
// Mobile
95
// Safari_iOS: appiumLauncher('Safari', 'iPhone Simulator', 'iOS', '11.2'),
0 commit comments