code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
I'm using CRA with cypress. When I get the coverage report, it is showing that functions that definitely are being called as not covered. What could be doing this? I...
It's not as well known as some of the other frameworks, but us Aurelia devs are passionate about testing. https://aurelia.io This issue is to specifically get cypress code coverage running...
So I have a bit of a unique set-up in that my library is an integration for both `webpack` and `browserify`. I use `istanbul-instrument-loader` and `babel-plugin-istanbul` to instrument each, respectively....
Hello. Do you see any problem moving @cypress/browserify-preprocessor to peer-dependencies ? Storybook would no longer compile because of a version issue (babel/core, babel/preset-env or something else) caused by browserify-preprocessor's dependencies.
To quickly see the coverage after each test I think it looks kind of nice, here is TodoMVC
An SA pointed me to a file of api's that were to be tested and upon starting down that track I realized many of the api's are deprecated and no...
And show a popup or command log with numbers? There is `--reporter json-summary` that produces `coverage/coverage-summary.json`
- [x] collect code coverage from each test and keep it in the browser - [ ] figure out changed source lines in the application source code (user has edited...
Code Coverage report doesn't reflect reality coverage of hits and misses - highlighting random lines
**Logs and screenshots** * screenshot of line coverage report, hit and miss lines don't make sense on the .vue files. Not sure what exactly is being missed or hit by...
**Logs and screenshots**  **Versions** Cypress 10.8.0 "cypress-parallel": "0.9.1", "@cypress/code-coverage": "3.10.0", Angular 12.1.3 os : windows 10, linux Node v12.22.3 npm v6.14.13 application instrumented using istambul and followed below lnk...