mxschmitt / playwright-test-coverage

Playwright Test (@playwright/test) demo to collect coverage information via Istanbul
MIT License
110 stars 16 forks source link

If I already extend test because I have POM #27

Closed thaynarbo closed 1 month ago

thaynarbo commented 2 months ago

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 I have POMS and already extend the tests, I added it at the beginning before my pages. Should I do anything differently?

thaynarbo commented 1 month ago

my bad! I just had to use the extend again, with no close context after my fixture