How to generate Allure HTML report using playwright/test runner?
We are planning to use Nodejs, Typescript and Playwright recommended test runner (playwright/test) but wasn't able to find any documentation regarding how to generate Allure HTML report using the mentioned technology stack. There are other report formats like json and junit but we would like to generate Allure HTML report and like to attach screenshots and videos for failed test cases. Any references would be really helpful.