cenfun / monocart-coverage-reports

A code coverage tool to generate native V8 reports or Istanbul reports.
MIT License
69 stars 6 forks source link

[FR] pre run `npx playwright install --with-deps` before tests that require it #45

Closed Aghassi closed 4 months ago

Aghassi commented 4 months ago

The above would be helpful or install playwright as a dev dependency and do a post install that installs the browsers. When cloning, I can't immediately run tests after install without also having done the above. Was a bit of a rough edge when trying to test the code and get it running

cenfun commented 4 months ago

doc updated, thanks