You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only test/unit/HelloWorld.spec.js should be executed
E2E tests should not be executed
What is actually happening?
test/e2e/specs/test.js is executed and throws an error
I just created a project using Vue-CLI and selected Jest and Cypress as testing frameworks. Generated Jest configuration includes e2e tests which should not be the case.
The text was updated successfully, but these errors were encountered:
I've run into the same issue but not using Typescript the fix doesn't wok for me. Looking at the code, I see it's meant this way but I don't see a reason why it should only apply when Typescript is used.
Version
3.0.0-alpha.4
Reproduction link
https://github.com/Ldoppea/vue-cli-jest-e2e
Steps to reproduce
vue create myapp
Manually select features
Unit Testing
andE2E Testing
Jest
Cypress (Chrome only)
Use Yarn
yarn test
What is expected?
Only test/unit/HelloWorld.spec.js should be executed
E2E tests should not be executed
What is actually happening?
test/e2e/specs/test.js is executed and throws an error
I just created a project using Vue-CLI and selected Jest and Cypress as testing frameworks. Generated Jest configuration includes e2e tests which should not be the case.
The text was updated successfully, but these errors were encountered: