mxschmitt / playwright-test-coverage

Playwright Test (@playwright/test) demo to collect coverage information via Istanbul
MIT License
110 stars 16 forks source link

Example with Remix #21

Open Visible-Radio opened 7 months ago

Visible-Radio commented 7 months ago

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!

toptal-dave commented 1 month ago

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.