Рет қаралды 238
Installation command
URL: www.npmjs.com/...
1.npm i -D allure-playwright
2.Playwright.config.js add the below command in report field
reporter: [["line"], ["allure-playwright"]],
3.npx playwright test
4.allure generate ./allure-results -o ./allure-report
5.allure open ./allure-report