Add missing headless flag for running e2e tests in dev mode.
This commit is contained in:
parent
197e8d274c
commit
98edbef9a9
|
@ -17,6 +17,7 @@ if ( 'no' == global.process.env.node_config_dev ) {
|
||||||
ignoreHTTPSErrors: true,
|
ignoreHTTPSErrors: true,
|
||||||
args: [ '--window-size=1920,1080', '--user-agent=chrome' ],
|
args: [ '--window-size=1920,1080', '--user-agent=chrome' ],
|
||||||
devtools: true,
|
devtools: true,
|
||||||
|
headless: false,
|
||||||
defaultViewport: {
|
defaultViewport: {
|
||||||
width: 1280,
|
width: 1280,
|
||||||
height: 800,
|
height: 800,
|
||||||
|
|
Loading…
Reference in New Issue