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
|
||||
|
||||
- Allure reporter
|
||||
### Allure reporter
|
||||
|
||||
```bash
|
||||
# Install
|
||||
npm i -D allure-playwright
|
||||
```bash
|
||||
# Install
|
||||
npm i -D allure-playwright
|
||||
|
||||
# Run tests
|
||||
npx playwright test --reporter=line,allure-playwright
|
||||
# Run tests
|
||||
npx playwright test --reporter=line,allure-playwright
|
||||
|
||||
# Generate report
|
||||
allure generate ./allure-results --clean && allure open ./allure-report
|
||||
```
|
||||
# Generate report
|
||||
allure generate ./allure-results --clean && allure open ./allure-report
|
||||
```
|
||||
|
||||
See [here](https://www.npmjs.com/package/allure-playwright) for more information.
|
||||
|
|
|
|||
Loading…
Reference in a new issue