Skip to content

Commit 9cf10f9

Browse files
committed
feat: add twd config for cli
1 parent 774ddde commit 9cf10f9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

twd.config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "http://localhost:4200",
3+
"timeout": 10000,
4+
"coverage": true,
5+
"coverageDir": "./coverage",
6+
"nycOutputDir": "./.nyc_output",
7+
"headless": true,
8+
"puppeteerArgs": ["--no-sandbox", "--disable-setuid-sandbox"]
9+
}

0 commit comments

Comments
 (0)