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
All examples for coverage I could find use babel for code instrumentation. Now with nextjs 12 moving away from babel what would be a good approach to get code coverage working?
The text was updated successfully, but these errors were encountered:
Re-opening this because I can not figure out how to use cypress with c8, which seems to be an interesting option post babel. It makes use of v8 built-in coverage. https://v8.dev/blog/javascript-code-coverage
If anyone knows how to get this working with cypress I'm thankful for all hints.
All examples for coverage I could find use babel for code instrumentation. Now with nextjs 12 moving away from babel what would be a good approach to get code coverage working?
The text was updated successfully, but these errors were encountered: