From 784f030c155480f8a08302288584d7f3d1e30404 Mon Sep 17 00:00:00 2001 From: arukiidou Date: Fri, 10 Sep 2021 01:23:31 +0900 Subject: [PATCH] docs: allure-playwright is not experimental now. (#8811) --- docs/src/test-reporters-js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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