docs: allure-playwright is not experimental now. (#8811)

This commit is contained in:
arukiidou 2021-09-10 01:23:31 +09:00 committed by GitHub
parent e5a92c3e81
commit 784f030c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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