Skip to content

Commit 4fd16cc

Browse files
committed
Update WCT config
1 parent d4d16cb commit 4fd16cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

wct.conf.json

Lines changed: 16 additions & 0 deletions
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)