E2E test coverage metric in create t3 app?

I’m using playwright and I’d like source level test coverage instrumentation. Has anyone tried exporting source maps of the typescript code through SWC & Webpack and been able to successfully get a test coverage metric? Tl;dr: I want x% code covered by e2e tests metric, is this possible with create-t3-app? If so, how?
1 Reply
Himanshu77D
Himanshu77D3w ago
@4z i have used Vitest with istanbul test coverage for tanstack dexie collection. Playwright may have similar examples.

Did you find this page helpful?