Files
web2.0-frontend/testcafe.json
T
2021-05-07 22:55:20 +03:00

12 lines
207 B
JSON

{
"src": "tests/testcafe",
"browsers": "all",
"concurrency": 1,
"screenshots": {
"path": "e2e-screenshots"
},
"skipJsErrors": false,
"appCommand": "npm run serve",
"appInitDelay": 2000
}