13 lines
232 B
JSON
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
|
|
}
|