Files
web2.0-frontend/testcafe.json
T
Aarni Halinen 5a7793a1c7 fix tests
2021-05-07 23:11:10 +03:00

13 lines
231 B
JSON

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