The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
https://docs.cypress.io/guides/tooling/code-coverage.html#Introduction
Implement istanbul to generate statistics Implement cypress code coverage plugin
We want to be sure it is you, please confirm you are not a robot.
changed milestone to %sprint: Lucky Lizard
added Squad::Green scoped label
changed weight to 5
changed title from Implement Cypress code coverage and generate a report of current e2e coverage and areas that need to be covered to (feature) Implement Cypress code coverage and generate a report of current e2e coverage and areas that need to be covered
changed milestone to %sprint: Modest Monkey
added Type::Chore scoped label
added Status::InProgress scoped label
We've got the instrumented code in dist - that I found while playing around trying to instrument the code - great. I've also connected up the cypress reporter which whilst running the tests appears to work, but the output json written written with results is always blank.
Note
node --max_old_space_size=8192 node_modules/nyc/bin/nyc.js instrument --compact=false . instrumented
will instrument the code without memory overflow issues.
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.