Code Coverage for End-to-end Tests

added by JavaScript Kicks
5/7/2019 7:44:23 AM

845 Views

How to instrument application code and collect code coverage during Cypress E2E tests. In my previous blog post "Stub navigator API in end-to-end tests" I have shown a small web application that shows the current battery charge information. Then I have shown several Cypress end-to-end tests and found an edge case that caused the application to crash.


0 comments