Skip to content

Commit

Permalink
test: Attempting to get MSIE 11 back into the browser test array
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed May 18, 2024
1 parent f3a9710 commit 62fe3be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/karma.custom-launchers.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ const sample = require('lodash.sample');
const argv = require('minimist')(process.argv.slice(2));

const customLaunchers = {
bs_windows_msie_11: {
base: 'BrowserStack',
device: null,
os: 'Windows',
browser_version: '11.0',
browser: 'msie',
os_version: '10',
},
bs_sierra_safari_10: {
base: 'BrowserStack',
device: null,
Expand Down

0 comments on commit 62fe3be

Please sign in to comment.