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