Commit ef548e4 1 parent dce04f7 commit ef548e4 Copy full SHA for ef548e4
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const localLaunchers = {
11
11
base : CHROME_HEADLESS ,
12
12
flags : [
13
13
// run in headless mode (https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md)
14
- '--headless' ,
14
+ '--headless=new ' ,
15
15
// use --disable-gpu to avoid an error from a missing Mesa library (https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md)
16
16
'--disable-gpu' ,
17
17
// without a remote debugging port, Chrome exits immediately.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const localLaunchers = {
48
48
flags : [
49
49
'--no-sandbox' ,
50
50
// See https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
51
- '--headless' ,
51
+ '--headless=new ' ,
52
52
'--disable-gpu' ,
53
53
// Without a remote debugging port, Google Chrome exits immediately.
54
54
'--remote-debugging-port=9333' ,
You can’t perform that action at this time.
0 commit comments