code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cypress/webpack-preprocessor](https://redirect.github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor#readme) ([source](https://redirect.github.com/cypress-io/cypress)) | [`6.0.2` -> `6.0.4`](https://renovatebot.com/diffs/npm/@cypress%2fwebpack-preprocessor/6.0.2/6.0.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdown-link-check](https://redirect.github.com/tcort/markdown-link-check) | [`3.13.6` -> `3.13.7`](https://renovatebot.com/diffs/npm/markdown-link-check/3.13.6/3.13.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
**Is your feature request related to a problem? Please describe.** The docs should be clearer that the nyc configuration, whether in the package.json, .nycrc, etc, needs to be in the...
Add Node.JS export conditions to `package.json`, so that the examples of things like `import '@cypress/code-coverage/support'` continue to work in Node.JS v20.19.0. I've added `package.json` too since it's theoretically possible somebody...
[This code](https://github.com/cypress-io/code-coverage/blob/eca3ba7af1a16737e2a06842a395b0afe61b50c0/support.js#L193-L222) uses a `cy.request` to query the running dev servers to get their coverage which then just gets loaded in client-side and immediately sent to the Cypress server via...
Hello, I am wondering if the project truly requires the following Babel-related dependencies? • @babel/core: "^7.0.1" • @babel/preset-env: "^7.0.0" • babel-loader: "^8.3 || ^9"
Hi everyone. Last year I had a brief email exchange with @jennifer-shehane and she confirmed to me that there were no more plans to implement v8 coverage for Cypress from...
Hi, [Qwik](https://github.com/QwikDev/qwik) core team member here 👋 . I'm trying to get code coverage with cypress component testing to work in Qwik. Explanation of why this change in the issue:...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack-cli](https://redirect.github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://redirect.github.com/webpack/webpack-cli)) | [`^5.1.4` -> `^6.0.0`](https://renovatebot.com/diffs/npm/webpack-cli/5.1.4/6.0.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
@bahmutov Am trying to generate code coverage report for our single spa application by executing e2e which are in bdd cucumber format. But the source code is not getting instrumented....