Hello, on the before all step, cypress-coverage reset the coverage on each test executed. How is it possible to don’t reset coverage but add on the current coverage to see the coverage of all test instead of just one test ?
Here is the step that, I think, is the problem but I don’t know how to stop it