diff --git a/README.md b/README.md index 547c3c7..acfa370 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ - [xterm.js](https://github.com/xtermjs/xterm.js) - Playwright is used to run cross-browser integration tests. - [Heroku Playwright Example](https://github.com/mxschmitt/heroku-playwright-example) - Example using Playwright on Heroku. - [Todo App with Playwright](https://github.com/burakkantarci/playwright-todo-app) - Comprehensive Todo app with APIs, E2E tests with GitHub Actions enabled. +- [playwright-coverage](https://github.com/cenfun/playwright-coverage) - Example shows how to generate native V8 coverage reports in Playwright. +- [nextjs-with-playwright](https://github.com/cenfun/nextjs-with-playwright) - Example shows how to configure Playwright to work with Next.js, and generate both client side and server side coverage reports. ## Guides