playwright-test-coverage
playwright-test-coverage copied to clipboard
Playwright Test (@playwright/test) demo to collect coverage information via Istanbul
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/**/*',...