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

first off, thank you @mxschmitt for this very useful repo; it is a great example short of a native PW feature. I was wondering how I would go about adapting...

Hi, thanks for the library. For some reason some React components that are part of the pages I'm testing don't result covered, here's an example. ![CleanShot 2024-04-18 at 4  47...

I've been trying without success to collect coverage information from playwright running against a Remix app. I know in the past remix had their own proprietary compiler - but from...

System info ● Playwright Version: [v1.31.2] ● Operating System: [macOS 12.0.1 MacBook Pro M1.] ● Browser: [Chromium] ● Other info: i am using the official recommended code coverage instrumentation library,...

System info ● Playwright Version: Latest ● Operating System: Win 11 ● Browser: MS Edge Steps npm i && npx playwright install --with-deps npm i vite-plugin-istanbul npm i nyc npx...

I tried to so the same for an Angular CLI project. I'd assume having `nyc` to instrument the `ng serve` would populate the coverage result into `.nyc_output` folder. However, I...

Situation: My e2e test code and the business code are in different projects. Question: Can I make the business code as a submodule in e2e project and get the coverage...

This isn't an issue per-se, but in case anyone needs to include all iframes in their coverage numbers, you can modify the context script as follows: ```ts for (const page...

We're looking to implement code coverage after implementing sharding. It looks like the easiest solution is just to let codecov.io handle the different components, but it would be great to...