code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
**Logs and screenshots** first.spec.ts  second.spec.ts  **Versions** - What is this plugin's version? If this is NOT the latest...
# I'm submitting a ... Bug report plus solution for improvement. # Context I've decided to implement the fullstack code coverage on my project which is a front Angular with...
When we use `on('file:preprocessor', require('@cypress/code-coverage/use-babelrc'))` in the plugin/index.js file the source maps stop working. The source maps only show up if we have console.log in the tests. Inside use-babelrc, we...
Can we kindly include https://github.com/cypress-io/instrument-cra or https://www.npmjs.com/package/@cypress/instrument-cra in the the documentation location https://docs.cypress.io/guides/tooling/code-coverage#Using-code-transpilation-pipeline ?
**Logs and screenshots** Here is what I mean. "removeNodeById" is the last test in my single test file. As you can see, Cypress is correctly using the coverage:report script I...
**Is your feature request related to a problem? Please describe.** One of the most exciting feature for cypress after 7.0 is the component testing feature. However I found it impossible...
 Out.json  **Versions** ``` "@cypress/code-coverage": "3.2.2", "cypress": "3.6.1", "istanbul-instrumenter-loader": "^3.0.1", "ngx-build-plus": "^7.8.3", "nyc": 15.0.1 ``` nyc comes with cypress code-coverage plugin - Node version - 12.14.1 - NPM version...
**Logs and screenshots** **Versions** ^3.9.4 - What is Cypress version? 7.1.0 - What is your operating system? MacOS - What is the shell? Bash - What is the Node version?...
Is there a possibility to have an example for a stencilJS project?