Files
web2.0-frontend/testcafe.json
T
2021-06-28 15:11:31 +03:00

13 lines
235 B
JSON

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