Description
Hi,
I have been trying to get the tests to work and generate the reports, but it's not working. Do you have any more detailed instructions on how to get the coverage from the window.__coverage__
and saved? If I debug my tests, I can see the coverage appearing on the window, but when they complete nothing is saving to disc.
I have tried the plugin, and I have also tried the original script, and I have followed your instructions from the example repo.
The only coverage I am getting is the nyc
coverage which is all the serverside code, and not client side (using Next.js 13 if that helps)
I would love to share my repo, but can't due to sensitive data, so I'm just looking for any guidence/suggestions if you have any. If in the meantime I solve the issue, I'll update the issue 👍