Skip to content

Installation

Prerequisites

  1. Install Python 3.10 or newer.
  2. Install Allure Commandline 2.37.0 or newer.
  3. Verify Allure is available on PATH.
allure --version

Install with pip

python -m pip install allure-report-exporter
python -m playwright install chromium

Install with uv

uv tool install allure-report-exporter
uvx playwright install chromium

Development install

Use this if you are editing code locally.

# pip
python -m pip install -e .[dev]

# uv
uv sync --extra dev

Verify installation

allure-report --help
python -m allure_report_exporter --help