We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da1945 commit 666870eCopy full SHA for 666870e
1 file changed
examples-test/nightwatch.json
@@ -36,7 +36,8 @@
36
"javascriptEnabled": true,
37
"acceptSslCerts": true,
38
"chromeOptions": {
39
- "w3c": false
+ "w3c": false,
40
+ "args": [ "disable-gpu", "no-sandbox", "headless", "window-size=1920,1080", "verbose" ]
41
}
42
43
},
0 commit comments