mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
[UI test] Split test script into scenario and browser operation (#1516)
This commit is contained in:
committed by
Nick O'Leary
parent
7697c46652
commit
fc6748a46b
@@ -63,7 +63,7 @@ exports.config = {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
// Runs tests without opening a broser.
|
||||
args: ['--headless', '--disable-gpu'],
|
||||
args: ['--headless', '--disable-gpu', 'window-size=1920,1080'],
|
||||
// Runs tests with opening a broser.
|
||||
// args: ['--disable-gpu'],
|
||||
},
|
||||
|
Reference in New Issue
Block a user