Skip to content

Commit 666870e

Browse files
[fix]vt
1 parent 3da1945 commit 666870e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples-test/nightwatch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"javascriptEnabled": true,
3737
"acceptSslCerts": true,
3838
"chromeOptions": {
39-
"w3c": false
39+
"w3c": false,
40+
"args": [ "disable-gpu", "no-sandbox", "headless", "window-size=1920,1080", "verbose" ]
4041
}
4142
}
4243
},

0 commit comments

Comments
 (0)