code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
https://github.com/cypress-io/code-coverage/blob/8f6154a48ef9256e4d3b57a2387d59c046aba12e/task.js#L103-L108 Currently, this will only allow us to lookup the `.nycrc` from the working directory. However, in the event you are using this from something that is not in the...
**Logs and screenshots** Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file. **Versions** - What is...
We use Laravel Mix (Basically a wrapper around webpack) + TypeScript and use Cypress to test our code. However, we are struggling to set up code coverage for this combo....
**Logs and screenshots** Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file. **Versions** - What is...
Noticed in https://github.com/bahmutov/cy-rollup/pull/78 that tree-shaking using Rollup removes all code if we use the import ```js // cypress/support/index.js // note about Rollup tree shaking: // if we use an import...
It would be great to support also .svelte files.
We want to respect "exclude" at all times, I think
From https://github.com/bahmutov/instrument-example#instrument-example-- (YouTube playlist https://www.youtube.com/playlist?list=PLP9o9QNnQuAYYRpJzDNWpeuOVTwxmIxcI)
In https://github.com/bahmutov/integration-tests seeing warnings
my code is as follows ```js module.exports = (on, config) => { on('file:preprocessor', cucumber()); on('task', require('@cypress/code-coverage/task')); config.env.API_ENVENV = process.env.API_ENVENV; return config; }; ``` But got the following error 