fix tests
This commit is contained in:
+3
-2
@@ -3,9 +3,10 @@
|
|||||||
"browsers": "all",
|
"browsers": "all",
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"screenshots": {
|
"screenshots": {
|
||||||
"path": "e2e-screenshots"
|
"path": "e2e-screenshots",
|
||||||
|
"takeOnFails": true
|
||||||
},
|
},
|
||||||
"skipJsErrors": false,
|
"skipJsErrors": true,
|
||||||
"appCommand": "npm run serve",
|
"appCommand": "npm run serve",
|
||||||
"appInitDelay": 2000
|
"appInitDelay": 2000
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user