Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 620 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 620 Bytes

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

Allure for circus

Setup dependencies:

npm install

Run tests:

npm run test

Open Allure report (allure must install locally):

allure serve