Skip to content

Commit

Permalink
chore(test): just try ie
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jan 11, 2021
1 parent 3881d6e commit 7e47e84
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions test/client/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ const browserStackLaunchers = {
}

const sauceLabsLaunchers = {
sl_chrome_linux: {
// sl_chrome_linux: {
// base: 'SauceLabs',
// browserName: 'chrome',
// platform: 'linux',
// version: 'latest'
// }
sl_ie_11: {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'linux',
version: 'latest'
browserName: 'internet explorer',
platform: 'Windows 8.1'
}
}

Expand Down

0 comments on commit 7e47e84

Please sign in to comment.