You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the end of the log for one of my tests (as stylized by Firefox):
Each of those "request combineCoverage" lines are huge.
Versions
What is this plugin's version? If this is NOT the latest released version can you try the latest version, please? 3.10.4
If the plugin worked before in version X, but stopped after upgrading to version Y, please try the released versions between X and Y to see where the breaking change was.
What is Cypress version? 12.10.0
What is your operating system? Debian, from Cypress Docker images
When running tests, if you open the web application in regular browser, and open DevTools, do you see window.__coverage__ object? Can you paste a screenshot?
Is there .nyc_output folder? Is there .nyc_output/out.json file. Is it empty? Can you paste at least part of it so we can see the keys and file paths?
Do you have any custom NYC settings in package.json (nyc object) or in other NYC config files
That's only for the "Saving code coverage for ..." message (which is quite small). I'm more concerned about the "request combineCoverage {large JSON string}" messages. I did a quick scan of the code-coverage, but I can't find where that message is coming from -- makes me think this is logged by cy.task().
Logs and screenshots
Here's the end of the log for one of my tests (as stylized by Firefox):
Each of those "request combineCoverage" lines are huge.
Versions
window.__coverage__
object? Can you paste a screenshot?.nyc_output
folder? Is there.nyc_output/out.json
file. Is it empty? Can you paste at least part of it so we can see the keys and file paths?package.json
(nyc
object) or in other NYC config filesDescribe the bug
The
combineCoverage
task is logged (in both files saved tocypress/logs
and tostdout
), even though that task is run with{ log: false}
(see 8f6154a).Link to the repo
The text was updated successfully, but these errors were encountered: