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
It is not currently clear how to enable coverage for e2e tests using the cypress plugin. Setup requires instrumenting the server with nyc/Istanbul and when running with a command like yarn nyc --reporter=lcov --reporter=text vue-cli-service test:e2e only vue.config.js and postcss.config.js get coverage reports (I wouldn't call this a bug).
It would seem like this plugin should enable an easy configuration like yarn test:e2e --coverage.
The text was updated successfully, but these errors were encountered:
pattrickrice
changed the title
How to enable Istanbul code coverage for the cypress plugin?
How to enable code coverage for the cypress plugin?
Jun 23, 2020
pattrickrice
changed the title
How to enable code coverage for the cypress plugin?
How to enable code coverage for @vue/cli-plugin-e2e-cypress?
Jun 23, 2020
What problem does this feature solve?
Coverage reporting for e2e tests
What does the proposed API look like?
It is not currently clear how to enable coverage for e2e tests using the cypress plugin. Setup requires instrumenting the server with nyc/Istanbul and when running with a command like
yarn nyc --reporter=lcov --reporter=text vue-cli-service test:e2e
only vue.config.js and postcss.config.js get coverage reports (I wouldn't call this a bug).It would seem like this plugin should enable an easy configuration like
yarn test:e2e --coverage
.The text was updated successfully, but these errors were encountered: