Hey!
Do any of you know of any docs/resources on combining E2E code coverage and Component code coverage results? In a Vite application with the latest Cypress version. I've been over the docs and popular google search results, but I can't seem to find anything that relates to the Component + E2E (not unit + e2e). Currently registering the setupNodeTasks on both component and e2e correctly reports code coverage, but when running one, it overwrites the previous one.
Anyone have any great reading I could refer to? 🙂
Thanks!