Element coverage for end-to-end tests

added by JavaScript Kicks
11/15/2018 8:13:32 AM

742 Views

How to see which UI elements the end-to-end tests have interacted with. Let us take a simple TodoMVC application, from cypress-example-todomvc for example, and add a single Cypress end-to-end test like this one The test passes. But what did this test cover? Code coverage is only useful for unit tests.


0 comments