Skip to content

Allure Report Exporter

allure-report-exporter generates professional PDF and DOCX test reports from an existing Allure results folder.

It uses a stable pipeline:

  1. Run official allure generate to produce Allure HTML artifacts.
  2. Parse widgets/*.json and data/* from that generated HTML report.
  3. 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.

Core requirements

  • Python 3.10+
  • Allure Commandline 2.37.0 or newer
  • Playwright Chromium browser for PDF output