Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
removing saucelabs again
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Sep 17, 2015
1 parent acef88a commit b67290f
Showing 1 changed file with 42 additions and 44 deletions.
86 changes: 42 additions & 44 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@ module.exports = function (config) {
// }

var customLaunchers = {
sl_chrome: {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Windows 7',
version: '38'
},
sl_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
version: '33',
platform: 'Windows 7'
},
sl_ios_safari: {
base: 'SauceLabs',
browserName: 'iphone',
platform: 'OS X 10.9',
version: '7.1'
},
sl_mac_safari: {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.10',
version: '8'
},
sl_ie_11: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11'
},
sl_ie_9: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 7',
version: '9'
},
sl_opera_12: {
base: 'SauceLabs',
browserName: 'opera',
platform: 'Windows 7',
version: '12'
}
// sl_chrome: {
// base: 'SauceLabs',
// browserName: 'chrome',
// platform: 'Windows 7',
// version: '38'
// },
// sl_firefox: {
// base: 'SauceLabs',
// browserName: 'firefox',
// version: '33',
// platform: 'Windows 7'
// },
// sl_ios_safari: {
// base: 'SauceLabs',
// browserName: 'iphone',
// platform: 'OS X 10.9',
// version: '7.1'
// },
// sl_mac_safari: {
// base: 'SauceLabs',
// browserName: 'safari',
// platform: 'OS X 10.10',
// version: '8'
// },
// sl_ie_11: {
// base: 'SauceLabs',
// browserName: 'internet explorer',
// platform: 'Windows 8.1',
// version: '11'
// },
// sl_ie_9: {
// base: 'SauceLabs',
// browserName: 'internet explorer',
// platform: 'Windows 7',
// version: '9'
// },
// sl_opera_12: {
// base: 'SauceLabs',
// browserName: 'opera',
// platform: 'Windows 7',
// version: '12'
// }
};

config.set({
Expand All @@ -59,7 +59,6 @@ module.exports = function (config) {
'../src/*.js': ['coverage'],
'../test/**/*.js': ['babel']
},

sauceLabs: {
testName: 'angular-locker',
recordScreenshots: false,
Expand All @@ -70,7 +69,6 @@ module.exports = function (config) {
reporters: ['spec', 'coverage', 'notify', 'saucelabs'],
singleRun: true,
captureTimeout: 120000,

coverageReporter: {
type: 'lcov',
dir: 'coverage/',
Expand Down

0 comments on commit b67290f

Please sign in to comment.