Skip to content

Commit 02e5245

Browse files
committed
[fix]优化vt
1 parent a9c026c commit 02e5245

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

examples-test/nightwatch.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"src_folders": ["./examples-test/leaflet","./examples-test/openlayers"],
2+
"src_folders": ["./examples-test/leaflet", "./examples-test/openlayers"],
33
"output_folder": "./examples-test/reports",
4-
"exclude": ["./examples-test/leaflet/tiandituLayer_llIT.js","./examples-test/leaflet/tiandituLayer_mercatorIT.js"],
4+
"exclude": ["./examples-test/leaflet/tiandituLayer_llIT.js", "./examples-test/leaflet/tiandituLayer_mercatorIT.js"],
55
"filter": "",
66
"custom_commands_path": "",
77
"custom_assertions_path": "",
@@ -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)