ChalishaReporter is a custom reporter for Playwright that generates a detailed JSON report of your test results, including information about tests, steps, attachments, and more.
Install the reporter via npm:
npm install @cloudparker/chalisha-reporter --save-dev
- Generates a JSON report with detailed test results, including test status, duration, and errors.
- Tracks and organizes test steps and attachments.
- Customizable output path and report file name.
- Unique run ID for each test session.