Files
web2.0-frontend/testcafe.json
T
2025-12-10 21:10:56 +02:00

13 lines
236 B
JSON

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