diff --git a/docs/src/test-reporters-js.md b/docs/src/test-reporters-js.md index 85c5b1c937..b275bede26 100644 --- a/docs/src/test-reporters-js.md +++ b/docs/src/test-reporters-js.md @@ -397,10 +397,10 @@ export default config; ```bash # Install - npm i -D experimental-allure-playwright + npm i -D allure-playwright # Run tests - npx playwright test --reporter=line,experimental-allure-playwright + npx playwright test --reporter=line,allure-playwright # Generate report allure generate ./allure-result --clean && allure open ./allure-report