generate-allure-report
Generate Allure Report
Section titled “Generate Allure Report”Generate Allure TestOps-compatible reports from bigpowers project metadata. Produces JUnit XML for story-level test results, custom categories for filtering, and executor metadata — all in the allure-results/ directory.
Quick Start
Section titled “Quick Start”bash scripts/generate-allure-report.shWhat It Produces
Section titled “What It Produces”Three files in allure-results/:
| File | Description |
|---|---|
junit-results.xml |
One <testcase> per story with <properties> for risk, security, WSJF, tier, wave, and status. Incomplete stories get a <failure> element. |
categories.json |
Custom Allure categories for filtering by epic, risk level (P0), and security reviews. |
executor.json |
Build metadata — name, type, version from release-plan.yaml, build order. |
Data Sources
Section titled “Data Sources”See REFERENCE.md
Verify
Section titled “Verify”test -f allure-results/junit-results.xml && test -f allure-results/categories.json && test -f allure-results/executor.jsonHandoff
Section titled “Handoff”- next_skill: null (terminal skill — no downstream workflow step)