code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
**Is your feature request related to a problem? Please describe.** I am running my Cypress tests in parallel via GitHub Actions, on multiple VMs. I want each tests coverage to...
We have a monorepo structure where e2e tests are living outside of app folders. We are able to configure nyc for our setup but when using `all: true` option, glob...
I was not sure where to report the problem, as it's related to some nested dependencies, but all of them start with `@cypress/code-coverage`. **Logs and screenshots** Logs from `npm audit`...
Error: Can't walk dependency graph: Cannot find module '../self-coverage-helper' from 'C:\repo\myproject\node_modules\nyc' nyc is installed - package.json: "nyc": "15.1.0", Oops...we found an error preparing this test file: C:\repo\myproject\cypress\support\index.js
Instrumenting unit test coverage didn't work for me with babel-plugin-istanbul. Can you provide an example of how to instrument unit tests and at the same time to have coverage for...
I've been trying to get code coverage working for the last few days using the fragments of documentation I can find throughout the Cypress offical site and code repos... App...
If you don't have unit tests (or want to instrument the code differently), you don't need browserify-preprocessor. The hard dependency can also add unnecessary modules, because browserify-preprocessor uses an exact...
**Is your feature request related to a problem? Please describe.** We have a few test that have close to 40 it blocks. With out coverage these test take about ~3-4...
**Logs and screenshots**  **Versions** [email protected] **Describe the bug** We are looking hard to make the cypress test-coverage for unit-tests for functionality written in TS and after trying the example/unit-tests-ts...
**Logs and screenshots** ``` code-coverage coverage has 0 record(s) +0ms coverage has the following first paths code-coverage adding empty coverage for file /home/user/dev/workspace/project/src/main.ts +1ms code-coverage adding empty coverage for file...