Fix Chrome for Karma
This commit is contained in:
parent
c63c6fce70
commit
bdc94f3847
4 changed files with 24 additions and 7 deletions
|
@ -135,9 +135,10 @@ module.exports = function (config) {
|
|||
],
|
||||
|
||||
customLaunchers: {
|
||||
'ChromeHeadless': {
|
||||
'VectorChromeHeadless': {
|
||||
base: 'Chrome',
|
||||
flags: [
|
||||
'--no-sandbox',
|
||||
// See https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
|
||||
'--headless',
|
||||
'--disable-gpu',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue