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?