Add human-readable reports to Allure agent output by baev · Pull Request #715 · allure-framework/allure3 · GitHub
Skip to content

Add human-readable reports to Allure agent output#715

Merged
baev merged 3 commits into
mainfrom
agent-mode-human-output
Jun 16, 2026
Merged

Add human-readable reports to Allure agent output#715
baev merged 3 commits into
mainfrom
agent-mode-human-output

Conversation

@baev

@baev baev commented Jun 15, 2026

Copy link
Copy Markdown
Member

Allure agent runs can now produce a human-readable report alongside the agent-focused artifacts. By default, allure agent and allure agent inspect use --report auto, which generates a single-file Awesome report for small result sets and skips it for larger runs to avoid excessive output.

Users can also explicitly disable report generation with --report off, force the single-file Awesome report with --report awesome, or run configured non-agent report plugins with --report config. Report status is recorded in the agent output so users and automation can tell whether a report was generated, skipped, disabled, or failed.

The CLI help, capabilities output, generated agent guidance, and docs now explain where to find the report from the most recent run. When a user asks for the report later, agents can recover the latest output directory and use manifest/human-report.json to open the existing report instead of regenerating it unnecessarily.

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 33m 14s Passed tests 8846   Skipped tests 15   Unknown tests 27 0 0 0 View
My Dashboard 33m 14s Passed tests 8846   Skipped tests 15   Unknown tests 27 0 0 0 View
Allure 3 GitHub actions run (2026-06-16T11:07:07.098Z) 33m 14s Passed tests 8846   Skipped tests 15   Unknown tests 27 0 0 0 View

@baev baev merged commit 33ab84a into main Jun 16, 2026
12 checks passed
@baev baev deleted the agent-mode-human-output branch June 16, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants