E2E test Code coverage for the application using Playwright in .NET

1.2k Views Asked by At

I have E2E testing using playwright in . NET core 6 application. Is there any way to get the report for code coverage.

There is a way for JS application https://playwright.dev/docs/api/class-coverage

Using the package https://www.npmjs.com/package/playwright-test-coverage

Is there anything available for .net?

0

There are 0 best solutions below