We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading from Cypress 9.0.0 to 9.1.0 breaks the code coverage of our Angular e2e tests. Our setup is based on this: https://github.com/skylock/cypress-angular-coverage-example
When using 9.1.0 a message is displayed saying: nyc out.json is empty
This basically means the instrumentation failed or did not happen. However, downgrading to 9.0.0 and everything continues to work.
I don't know if it can somehow be related to the plugin for code coverage e.g cypress-io/code-coverage#78
Code coverage should continue to be generated.
N/A
9.1.0
No response
The text was updated successfully, but these errors were encountered:
dupe of #19070
Sorry, something went wrong.
Hi, my bad. Looks to be a duplicate.
Closing in favor fo #19070
No branches or pull requests
Current behavior
Upgrading from Cypress 9.0.0 to 9.1.0 breaks the code coverage of our Angular e2e tests. Our setup is based on this:
https://github.com/skylock/cypress-angular-coverage-example
When using 9.1.0 a message is displayed saying:
nyc out.json is empty
This basically means the instrumentation failed or did not happen. However, downgrading to 9.0.0 and everything continues to work.
I don't know if it can somehow be related to the plugin for code coverage e.g cypress-io/code-coverage#78
Desired behavior
Code coverage should continue to be generated.
Test code to reproduce
N/A
Cypress Version
9.1.0
Other
No response
The text was updated successfully, but these errors were encountered: