seeking help regarding the topic. There is an Angular project built with nrwl that includes Playwright e2e tests. However, I am unable to extend the existing unit tests (which are Jest based and were set up out-of-the-box) to achieve proper code coverage for Playwright in SonarCloud.
I would be very thankful for any kind of help or references, how can I achieve such a configuration
I tried the solution: https://playwright.dev/docs/api/class-coverage but when the is some difference in the source map from angular and v8 code coverage, so conversation failed Tried this as well: https://github.com/anishkny/playwright-test-coverage here my fault I haven't direct access to the babelrc file (because of nrwl monorepo)