Example how to use allure-report with playwright
In this example you can see how to use allure-report with playwright and how to attach screenshots to report if test fail or handle other test events.
Use jest-circus for bind test events
Setup dependencies:
npm install
Run tests:
npm run test
Open Allure report (allure must install locally):
allure serve