Add missing headless flag for running e2e tests in dev mode.

This commit is contained in:
Julia Amosova 2020-09-18 13:43:44 -04:00
parent 197e8d274c
commit 98edbef9a9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if ( 'no' == global.process.env.node_config_dev ) {
ignoreHTTPSErrors: true,
args: [ '--window-size=1920,1080', '--user-agent=chrome' ],
devtools: true,
headless: false,
defaultViewport: {
width: 1280,
height: 800,