docs: add Tesults reporter to test-reporters & showcase (#12720)

This commit is contained in:
Ajeet Dhaliwal 2022-04-27 19:37:59 +01:00 committed by GitHub
parent 3aba94dbef
commit 5208f96d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 15 deletions

View file

@ -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

View file

@ -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)