Skip to content

Commit

Permalink
test(saucelabs): reduce list of browsers tested against
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 31, 2017
1 parent 496ce29 commit 71deda5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
29 changes: 1 addition & 28 deletions karma/browserstack-chrome.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,10 @@ module.exports = function (config) {
'chrome-47.0',
'chrome-46.0',
'chrome-45.0',
'chrome-44.0',
'chrome-43.0',
'chrome-42.0',
'chrome-41.0',
'chrome-40.0',
'chrome-39.0',
'chrome-38.0',
'chrome-37.0',
'chrome-36.0',
'chrome-35.0',
'chrome-34.0',
'chrome-33.0',
'chrome-32.0',
'chrome-31.0',
'chrome-30.0',
'chrome-29.0',
'chrome-28.0',
'chrome-27.0',
'chrome-26.0',
'chrome-25.0',
'chrome-24.0',
'chrome-23.0',
'chrome-22.0',
'chrome-21.0',
'chrome-20.0',
'chrome-19.0',
'chrome-18.0',
'chrome-17.0',
'chrome-16.0'
// 'chrome-15.0' // browserstack runner is showing choose search engine screen
// 'chrome-14.0' // browserstack reporting version is invalid
'chrome-40.0'
];
config.set(base);
}
Expand Down
39 changes: 1 addition & 38 deletions karma/browserstack-firefox.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,7 @@ module.exports = function (config) {
'firefox-43.0',
'firefox-42.0',
'firefox-41.0',
'firefox-40.0',
'firefox-39.0',
'firefox-38.0',
'firefox-37.0',
'firefox-36.0',
'firefox-35.0',
'firefox-34.0',
'firefox-33.0',
'firefox-32.0',
'firefox-31.0',
'firefox-30.0',
'firefox-29.0',
'firefox-28.0',
'firefox-27.0',
'firefox-26.0',
'firefox-25.0',
'firefox-24.0',
'firefox-23.0',
'firefox-22.0',
'firefox-21.0',
'firefox-20.0',
'firefox-19.0',
'firefox-18.0',
'firefox-17.0',
'firefox-16.0',
'firefox-15.0',
'firefox-14.0',
'firefox-13.0',
'firefox-12.0',
'firefox-11.0',
'firefox-10.0',
'firefox-9.0',
'firefox-8.0',
'firefox-7.0',
'firefox-6.0',
'firefox-5.0',
'firefox-4.0'
// 'firefox-3.6' // toBeJsonString issue
'firefox-40.0'
];
config.set(base);
}
Expand Down
5 changes: 0 additions & 5 deletions karma/browserstack-ios.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ module.exports = function (config) {
baseConfig({
set: function (base) {
base.browsers = [
'iphone-9.1',
'ipad-9.1',
'iphone-8.3',
'ipad-8.3',
'iphone-7.0',
'ipad-7.0',
'iphone-6.0',
'ipad-6.0'
// 'iphone-5.1', // does not support new Date('ISO 8601')
// 'ipad-5.1', // does not support new Date('ISO 8601')
// 'ipad-5.0' // browser does not launch
];
Expand Down

0 comments on commit 71deda5

Please sign in to comment.