Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 1e2fb59

Browse files
committed
chore(saucelabs): update browser list
1 parent 9b3e779 commit 1e2fb59

File tree

1 file changed

+70
-23
lines changed

1 file changed

+70
-23
lines changed

sauce.conf.js

+70-23
Original file line numberDiff line numberDiff line change
@@ -5,72 +5,119 @@ module.exports = function (config) {
55
config.files.unshift('test/saucelabs.js');
66

77
var customLaunchers = {
8-
'SL_Chrome': {
8+
'SL_CHROME': {
99
base: 'SauceLabs',
1010
browserName: 'chrome',
11-
version: '42'
11+
version: '48'
1212
},
13-
/*'SL_ChromeBeta': {
13+
'SL_FIREFOX': {
1414
base: 'SauceLabs',
15-
browserName: 'chrome',
16-
version: 'beta'
15+
browserName: 'firefox',
16+
version: '44'
17+
},
18+
/*'SL_SAFARI7': {
19+
base: 'SauceLabs',
20+
browserName: 'safari',
21+
platform: 'OS X 10.9',
22+
version: '7'
1723
},*/
18-
'SL_Firefox': {
24+
'SL_SAFARI8': {
1925
base: 'SauceLabs',
20-
browserName: 'firefox',
21-
version: '37'
26+
browserName: 'safari',
27+
platform: 'OS X 10.10',
28+
version: '8'
2229
},
23-
/*
24-
'SL_Safari7': {
30+
'SL_SAFARI9': {
2531
base: 'SauceLabs',
26-
browserName: 'safari',
27-
platform: 'OS X 10.9',
28-
version: '7'
32+
browserName: 'safari',
33+
platform: 'OS X 10.11',
34+
version: '9.0'
2935
},
30-
*/
31-
'SL_Safari8': {
36+
/*'SL_IOS7': {
37+
base: 'SauceLabs',
38+
browserName: 'iphone',
39+
platform: 'OS X 10.10',
40+
version: '7.1'
41+
},*/
42+
'SL_IOS8': {
3243
base: 'SauceLabs',
33-
browserName: 'safari',
44+
browserName: 'iphone',
3445
platform: 'OS X 10.10',
35-
version: '8'
46+
version: '8.4'
3647
},
37-
'SL_IE_9': {
48+
/*'SL_IOS9': {
49+
base: 'SauceLabs',
50+
browserName: 'iphone',
51+
platform: 'OS X 10.10',
52+
version: '9.2'
53+
},*/
54+
'SL_IE9': {
3855
base: 'SauceLabs',
3956
browserName: 'internet explorer',
4057
platform: 'Windows 2008',
4158
version: '9'
4259
},
43-
'SL_IE_10': {
60+
'SL_IE10': {
4461
base: 'SauceLabs',
4562
browserName: 'internet explorer',
4663
platform: 'Windows 2012',
4764
version: '10'
4865
},
49-
'SL_IE_11': {
66+
'SL_IE11': {
5067
base: 'SauceLabs',
5168
browserName: 'internet explorer',
52-
platform: 'Windows 8.1',
69+
platform: 'Windows 10',
5370
version: '11'
5471
},
72+
/*'SL_MSEDGE13': {
73+
base: 'SauceLabs',
74+
browserName: 'MicrosoftEdge',
75+
platform: 'Windows 10',
76+
version: '13.10586'
77+
},*/
78+
'SL_ANDROID4.1': {
79+
base: 'SauceLabs',
80+
browserName: 'android',
81+
platform: 'Linux',
82+
version: '4.1'
83+
},
84+
'SL_ANDROID4.2': {
85+
base: 'SauceLabs',
86+
browserName: 'android',
87+
platform: 'Linux',
88+
version: '4.2'
89+
},
5590
'SL_ANDROID4.3': {
5691
base: 'SauceLabs',
5792
browserName: 'android',
5893
platform: 'Linux',
5994
version: '4.3'
95+
},
96+
'SL_ANDROID4.4': {
97+
base: 'SauceLabs',
98+
browserName: 'android',
99+
platform: 'Linux',
100+
version: '4.4'
101+
},
102+
'SL_ANDROID5.1': {
103+
base: 'SauceLabs',
104+
browserName: 'android',
105+
platform: 'Linux',
106+
version: '5.1'
60107
}
61108
};
62109

63110
config.set({
64111
captureTimeout: 120000,
65-
browserNoActivityTimeout: 1500000,
112+
browserNoActivityTimeout: 240000,
66113

67114
sauceLabs: {
68115
testName: 'Zone.js',
69116
startConnect: false,
70117
recordVideo: false,
71118
recordScreenshots: false,
72119
options: {
73-
'selenium-version': '2.45.0',
120+
'selenium-version': '2.53.0',
74121
'command-timeout': 600,
75122
'idle-timeout': 600,
76123
'max-duration': 5400

0 commit comments

Comments
 (0)