You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
The text was updated successfully, but these errors were encountered:
Apologies for spamming the issue. I am just updating things as I discover/learn so hopefully it can help resolve the issue or help someone else in the future
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 👍
The text was updated successfully, but these errors were encountered: