mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: reference to external allure reporter (#12646)
This commit is contained in:
parent
e270adf437
commit
49fd77d9af
@ -502,15 +502,17 @@ export default config;
|
|||||||
|
|
||||||
## Third party showcase
|
## Third party showcase
|
||||||
|
|
||||||
- Allure reporter
|
### Allure reporter
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
# Install
|
||||||
npm i -D allure-playwright
|
npm i -D allure-playwright
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
npx playwright test --reporter=line,allure-playwright
|
npx playwright test --reporter=line,allure-playwright
|
||||||
|
|
||||||
# Generate report
|
# Generate report
|
||||||
allure generate ./allure-results --clean && allure open ./allure-report
|
allure generate ./allure-results --clean && allure open ./allure-report
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [here](https://www.npmjs.com/package/allure-playwright) for more information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user