Skip to content

Commit

Permalink
Added link to Chrome CLI switches for Karma Browser Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 19, 2020
1 parent 7711902 commit 8b907d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions karma-esm.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = function(config) {
customLaunchers: {
HeadlessLittleLiar: {
base: 'ChromeHeadless',
// https://peter.sh/experiments/chromium-command-line-switches/
flags: [
'--disable-extensions',

Expand Down
1 change: 1 addition & 0 deletions karma-umd.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = function(config) {
customLaunchers: {
HeadlessLittleLiar: {
base: 'ChromeHeadless',
// https://peter.sh/experiments/chromium-command-line-switches/
flags: [
'--disable-extensions',

Expand Down

0 comments on commit 8b907d5

Please sign in to comment.