code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

Instrumenting Unit Testing Coverage for Angular

Open szai0103 opened this issue 4 years ago • 1 comments

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 both unit + e2e

szai0103 avatar Nov 08 '20 08:11 szai0103

this worked for me https://github.com/skylock/cypress-angular-coverage-example/issues/6 (i am only using e2e though, no cypress unittests)

bjuergens avatar Oct 28 '21 08:10 bjuergens