diff --git a/docs/src/showcase.md b/docs/src/showcase.md index a44b165a24..31c98bc64d 100644 --- a/docs/src/showcase.md +++ b/docs/src/showcase.md @@ -44,6 +44,7 @@ title: "Community Showcase" * [Selenium Box - Enterprise Test Grid](https://seleniumbox.com): Execute Playwright tests securely inside your firewall at scale * [test-real-styles](https://github.com/Xiphe/test-real-styles): Utility to test real styling of virtual DOM elements in a browser * [Testim Playground](https://www.testim.io/playground/): Record Playwright UI tests as code +* [Tesults](https://www.tesults.com/docs/playwright): Test automation reporting application and dashboard with Playwright integration * [Try Playwright](https://try.playwright.tech/): Interactive playground for Playwright to run examples directly from your browser ## Frameworks diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index ca722c0a3c..1c26a17436 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -500,19 +500,7 @@ export default config; ``` -## Third party showcase +## Third party reporter showcase -### Allure reporter - -```bash -# Install -npm i -D allure-playwright - -# Run tests -npx playwright test --reporter=line,allure-playwright - -# Generate report -allure generate ./allure-results --clean && allure open ./allure-report -``` - -See [here](https://www.npmjs.com/package/allure-playwright) for more information. +* [Allure](https://www.npmjs.com/package/allure-playwright) +* [Tesults](https://www.tesults.com/docs/playwright) \ No newline at end of file