update browsers and only use chrome and ipad
Showing
1 changed file
with
6 additions
and
12 deletions
... | @@ -10,7 +10,8 @@ module.exports = function(config) { | ... | @@ -10,7 +10,8 @@ module.exports = function(config) { |
10 | singleRun: true, | 10 | singleRun: true, |
11 | base: 'SauceLabs', | 11 | base: 'SauceLabs', |
12 | browserName: 'chrome', | 12 | browserName: 'chrome', |
13 | platform: 'Windows XP' | 13 | platform: 'Windows 7', |
14 | version: '34' | ||
14 | }, | 15 | }, |
15 | 16 | ||
16 | firefox_sl: { | 17 | firefox_sl: { |
... | @@ -31,7 +32,8 @@ module.exports = function(config) { | ... | @@ -31,7 +32,8 @@ module.exports = function(config) { |
31 | singleRun: true, | 32 | singleRun: true, |
32 | base: 'SauceLabs', | 33 | base: 'SauceLabs', |
33 | browserName: 'ipad', | 34 | browserName: 'ipad', |
34 | platform:'OS X 10.8' | 35 | platform:'OS X 10.9', |
36 | version: '7.1' | ||
35 | }, | 37 | }, |
36 | 38 | ||
37 | android_sl: { | 39 | android_sl: { |
... | @@ -58,16 +60,8 @@ module.exports = function(config) { | ... | @@ -58,16 +60,8 @@ module.exports = function(config) { |
58 | //define SL browsers | 60 | //define SL browsers |
59 | customLaunchers: customLaunchers, | 61 | customLaunchers: customLaunchers, |
60 | 62 | ||
61 | // Start these browsers, currently available: | 63 | // Start these browsers |
62 | // - Chrome | 64 | browsers: ['chrome_sl', 'ipad_sl'], //Object.keys(customLaunchers), |
63 | // - ChromeCanary | ||
64 | // - Firefox | ||
65 | // - Opera | ||
66 | // - Safari (only Mac) | ||
67 | // - PhantomJS | ||
68 | // - IE (only Windows) | ||
69 | // Example usage: | ||
70 | browsers: Object.keys(customLaunchers), | ||
71 | 65 | ||
72 | // List of files / patterns to load in the browser | 66 | // List of files / patterns to load in the browser |
73 | // Add any new src files to this list. | 67 | // Add any new src files to this list. | ... | ... |
-
Please register or sign in to post a comment