fix tests

This commit is contained in:
Aarni Halinen
2021-05-07 23:11:10 +03:00
parent e2f1f0299c
commit 5a7793a1c7
+3 -2
View File
@@ -3,9 +3,10 @@
"browsers": "all",
"concurrency": 1,
"screenshots": {
"path": "e2e-screenshots"
"path": "e2e-screenshots",
"takeOnFails": true
},
"skipJsErrors": false,
"skipJsErrors": true,
"appCommand": "npm run serve",
"appInitDelay": 2000
}