We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544e51e commit d44372cCopy full SHA for d44372c
1 file changed
test/jasmine/karma.conf.js
@@ -260,7 +260,7 @@ func.defaultConfig = {
260
flags: [
261
'--touch-events',
262
'--window-size=' + argv.width + ',' + argv.height,
263
- isCI ? '--headless' : '',
+ isCI ? '--headless=new' : '',
264
isCI ? '--ignore-gpu-blocklist' : '',
265
isCI && process.env.GITHUB_ACTIONS ? '--enable-unsafe-swiftshader' : '',
266
isCI && process.env.GITHUB_ACTIONS ? '--no-sandbox' : '',
0 commit comments