Skip to content

Commit d0f896f

Browse files
committed
Update WCT config
1 parent 9b32991 commit d0f896f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

wct.conf.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"plugins": {
3+
"local": {
4+
"browserOptions": {
5+
"chrome": [
6+
"no-sandbox",
7+
"headless",
8+
"disable-gpu"
9+
],
10+
"firefox": [
11+
"-headless"
12+
]
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)