Skip to content

Commit

Permalink
ci: re-enable firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 27, 2020
1 parent 072a52e commit 7d6a713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const chromeFlags = [
'--use-file-for-fake-audio-capture=' + fakeAudioStream,
'--use-file-for-fake-video-capture=' + fakeVideoStream,
'--autoplay-policy=no-user-gesture-required',
'--user-data-dir=.chrome',
'--user-data-dir=' + path.resolve('.chrome'),
'--disable-translate',
'--disable-extensions',
'--disable-infobars',
Expand Down Expand Up @@ -257,7 +257,7 @@ module.exports = function(config) {
};

if (ci) {
configuration.browsers = ['Chrome_dev'], //, 'Firefox_headless'];
configuration.browsers = ['Chrome_dev', 'Firefox_headless'];
configuration.singleRun = true;
configuration.detectBrowsers.enabled = false;

Expand Down

0 comments on commit 7d6a713

Please sign in to comment.