use testcafe via configfile
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"src": "tests/testcafe",
|
||||
"browsers": "all",
|
||||
"concurrency": 1,
|
||||
"screenshots": {
|
||||
"path": "e2e-screenshots"
|
||||
},
|
||||
"skipJsErrors": false,
|
||||
"appCommand": "npm run serve",
|
||||
"appInitDelay": 2000
|
||||
}
|
||||
Reference in New Issue
Block a user