Skip to content

Commit

Permalink
only IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Mar 9, 2021
1 parent 42b898c commit e7f37e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module.exports = function(config) {
config.browserStack.project = 'Video.js';
config.browserStack.video = true;

config.browsers = ['bsIE11Win10'];

// pin Browserstack Firefox version to 64
/* eslint-disable camelcase */
config.customLaunchers.bsFirefox.browser_version = '64.0';
Expand All @@ -60,7 +62,7 @@ module.exports = function(config) {
*/

/* eslint-disable no-console */
// console.log(JSON.stringify(config, null, 2));
console.log(JSON.stringify(config, null, 2));
/* eslint-enable no-console */

};

0 comments on commit e7f37e8

Please sign in to comment.