use testcafe via configfile

This commit is contained in:
Aarni Halinen
2021-05-07 22:55:20 +03:00
parent 991017d9b2
commit 796c541a7d
3 changed files with 14 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"src": "tests/testcafe",
"browsers": "all",
"concurrency": 1,
"screenshots": {
"path": "e2e-screenshots"
},
"skipJsErrors": false,
"appCommand": "npm run serve",
"appInitDelay": 2000
}