get_test_results
Aggregate pass/fail outcomes from all scenarios and steps run in this session, returning a single summary report. Optionally clear the in-memory log after retrieval.
Instructions
Aggregate the scenarios run in THIS MCP-server session natively. Every run_scenario / run_step /
run_write_scenario_tool call records its outcome; this returns the roll-up: {scenarios, passed, failed,
total_steps, step_status_counts {ok|assert_failed|error: n}, results:[{scenario, status, step_count,
steps:[{kind, name, status}]}]}. The log is process-lifetime, in-memory; pass clear=true to report the
current roll-up AND reset it (adds cleared = how many were dropped). Use it after a batch of scenarios to get
a single pass/fail report instead of eyeballing each ScenarioResult.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||