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've been trying without success to collect coverage information from playwright running against a Remix app. I know in the past remix had their own proprietary compiler - but from what I understand it is now using vite.
I'm able to follow along - but the various files generated in the nyc ouput seem to be empty, and the coverage report doesn't list any files.
Any help would be greatly appreciated! Even if it was a definitive "No, remix does it's own weird thing and doesn't work with this pattern"
Thanks!
The text was updated successfully, but these errors were encountered:
I'm looking to add Playwright coverage to my Remix app now and I was wondering, did you ever figure it out? I'm trying to get Playwright coverage, whether from v8 or istanbul, and combine it with my vitest unit/integration test results so I can get a complete overview.
I've been trying without success to collect coverage information from playwright running against a Remix app. I know in the past remix had their own proprietary compiler - but from what I understand it is now using vite.
I'm able to follow along - but the various files generated in the nyc ouput seem to be empty, and the coverage report doesn't list any files.
Any help would be greatly appreciated! Even if it was a definitive "No, remix does it's own weird thing and doesn't work with this pattern"
Thanks!
The text was updated successfully, but these errors were encountered: