Skip to content

Commit

Permalink
fix SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
chemerisuk committed May 25, 2018
1 parent be5360c commit f709681
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions conf/karma.conf-ci.js
@@ -1,7 +1,7 @@
const fs = require("fs");
const TEST_WIN_VERSION = "Windows 10";
const TEST_WIN_LEGACY_VERSION = "Windows 7";
const TEST_OSX_VERSION = "OS X 10.12";
const TEST_OSX_VERSION = "MacOS 10.13";

// Browsers to run on Sauce Labs
var customLaunchers = {
Expand All @@ -15,12 +15,12 @@ var customLaunchers = {
browserName: "firefox",
platform: TEST_WIN_VERSION
},
el_opera_12: {
base: "SauceLabs",
browserName: "opera",
platform: TEST_WIN_LEGACY_VERSION,
version: "12"
},
// el_opera_12: {
// base: "SauceLabs",
// browserName: "opera",
// platform: TEST_WIN_LEGACY_VERSION,
// version: "12"
// },
sl_safari: {
base: "SauceLabs",
browserName: "safari",
Expand Down Expand Up @@ -58,7 +58,8 @@ var customLaunchers = {
sl_ios_safari: {
base: "SauceLabs",
browserName: "iphone",
platform: TEST_OSX_VERSION
deviceName: "iPhone Simulator",
platform: "iOS"
},
sl_android: {
base: "SauceLabs",
Expand Down

0 comments on commit f709681

Please sign in to comment.