Added link to Chrome CLI switches for Karma Browser Tests.
This commit is contained in:
parent
771190202f
commit
8b907d5f5f
@ -22,6 +22,7 @@ module.exports = function(config) {
|
||||
customLaunchers: {
|
||||
HeadlessLittleLiar: {
|
||||
base: 'ChromeHeadless',
|
||||
// https://peter.sh/experiments/chromium-command-line-switches/
|
||||
flags: [
|
||||
'--disable-extensions',
|
||||
|
||||
|
@ -23,6 +23,7 @@ module.exports = function(config) {
|
||||
customLaunchers: {
|
||||
HeadlessLittleLiar: {
|
||||
base: 'ChromeHeadless',
|
||||
// https://peter.sh/experiments/chromium-command-line-switches/
|
||||
flags: [
|
||||
'--disable-extensions',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user