Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
⚡ improvement(sauce): enable microsoft edge
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 14, 2016
1 parent ff57a83 commit 133c0e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions template/config/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ const batches = [
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11'
}
/*
},
sl_edge: {
base: 'SauceLabs',
platform: 'Windows 10',
browserName: 'microsoftedge'
browserName: 'MicrosoftEdge'
}
*/
},
// mobile
{
Expand All @@ -74,6 +72,7 @@ module.exports = config => {
const batch = batches[process.argv[5] || 0]

config.set(Object.assign(base, {
singleRun: true,
browsers: Object.keys(batch),
customLaunchers: batch,
reporters: ['progress', 'saucelabs'],
Expand Down

0 comments on commit 133c0e6

Please sign in to comment.