playwright-test-coverage icon indicating copy to clipboard operation
playwright-test-coverage copied to clipboard

Playwright Test (@playwright/test) demo to collect coverage information via Istanbul

Results 13 playwright-test-coverage issues
Sort by recently updated
recently updated
newest added

Just like Vitest/Jest, can we do a code coverage in component testing in Playwright?

Well I added all the configuration from the demo scenario, but no file is added to the nyc_output folder. I was thinking that it may be due to the fact...

With current setup, all files are not covered. For example, if Button.tsx is added, not Button test; then Button coverage is not showing at all. I tried ` include:: 'src/**/*',...