Files
web2.0-frontend/testcafe.json
T
2021-05-30 22:52:10 +03:00

13 lines
232 B
JSON

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