write_test_report
Generate machine-readable JUnit and Allure test reports for the current session, enabling qa-mcp to integrate into existing CI pipelines.
Instructions
Write machine-readable test reports for the scenarios run THIS MCP-server session so qa-mcp slots into an
existing CI pipeline. formats (default both): "junit" -> <out_dir>/junit.xml (CI test-result
panels); "allure" -> <out_dir>/allure-results/*.json (renderable by the Allure CLI, with per-step
status/timing and any screenshot attachments). Uses the same session log as get_test_results; pass
clear=true to reset it after writing. Returns the output paths + scenario count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| formats | No | ||
| out_dir | Yes | ||
| suite_name | No | qa-mcp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||