Allure Report Exporter¶
allure-report-exporter generates professional PDF and DOCX test reports from an existing Allure results folder.
It uses a stable pipeline:
- Run official
allure generateto produce Allure HTML artifacts. - Parse
widgets/*.jsonanddata/*from that generated HTML report. - Render a print-friendly HTML report, then export to PDF and/or DOCX.
This avoids direct dependency on raw Allure results internals and stays resilient as result schemas evolve.
Who this is for¶
- QA engineers who need polished PDF/DOCX reports for stakeholders.
- Automation engineers who need CI-friendly report export.
- Developers who want to extend report layout, parsing, or output behavior.
Quick links¶
- New user path: Installation -> Quick Start
- Daily operations: CLI Reference
- Branding and template customization: Customization
- Contributor onboarding: Developer Onboarding
Core requirements¶
- Python 3.10+
- Allure Commandline 2.37.0 or newer
- Playwright Chromium browser for PDF output