Skip to content

Commit 198a271

Browse files
committed
build: use chrome for e2e tests
There's a known issue with Electron in this version of cypress that leads to a memory leak and therefore a test run crash. Look at this GH issue for more: cypress-io/cypress#7204.
1 parent 95a1474 commit 198a271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build:test-app": "vue-cli-service build",
3131
"test": "run-s test:unit test:e2e",
3232
"test:unit": "vue-cli-service test:unit",
33-
"test:e2e": "vue-cli-service test:e2e",
33+
"test:e2e": "vue-cli-service test:e2e --browser chrome",
3434
"lint": "vue-cli-service lint",
3535
"lint:ci": "vue-cli-service lint --no-fix --max-warnings 0",
3636
"prepublishOnly": "run-s build",

0 commit comments

Comments
 (0)