Skip to content

Commit fdb5184

Browse files
committed
basic file update
1 parent 8663f00 commit fdb5184

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

Diff for: favicon.ico

14.7 KB
Binary file not shown.

Diff for: wct.conf.js

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module.exports = {
2+
verbose: false,
3+
plugins: {
4+
local: {
5+
skipSeleniumInstall: false,
6+
browsers: ["chrome", "firefox"],
7+
browserOptions: {
8+
chrome: ["headless", "disable-gpu", "no-sandbox"],
9+
firefox: ["-headless"]
10+
}
11+
},
12+
sauce: false
13+
}
14+
}

Diff for: wct.p.conf.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
verbose: true,
3+
persistent: true,
4+
plugins: {
5+
local: {
6+
browsers: ["chrome", "firefox"]
7+
},
8+
sauce: false
9+
}
10+
}

0 commit comments

Comments
 (0)