docs: add Tesults reporter to test-reporters & showcase (#12720)
This commit is contained in:
parent
3aba94dbef
commit
5208f96d7f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
Loading…
Reference in a new issue