DEV Community

Discussion on: Code Coverage With Cypress & Angular

Collapse
 
john__olson profile image
John Olson

Thanks Robert. We were just looking at adding coverage to our Angular Cypress tests. Perfect timing. Have you found a way to redirect the coverage output to another folder? Right now, we're using a script to move all our e2e coverage to a single folder. Nyc has a report-dir but didn't seem to work. Thanks.