docs: allure-playwright is not experimental now. (#8811)
This commit is contained in:
parent
e5a92c3e81
commit
784f030c15
|
|
@ -397,10 +397,10 @@ export default config;
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
# Install
|
||||||
npm i -D experimental-allure-playwright
|
npm i -D allure-playwright
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
npx playwright test --reporter=line,experimental-allure-playwright
|
npx playwright test --reporter=line,allure-playwright
|
||||||
|
|
||||||
# Generate report
|
# Generate report
|
||||||
allure generate ./allure-result --clean && allure open ./allure-report
|
allure generate ./allure-result --clean && allure open ./allure-report
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue