get_test_report
Reads the last test report to produce a summary (total, passed, failed, skipped, flaky in run, duration), allowing status checks without re-running the suite.
Instructions
讀上一次 run_tests 留下的 report.json,回傳一個輕量摘要:total / passed / failed / skipped / flaky_in_run(auto-retry 救回的數量)/ duration(秒)。比再跑一次 suite 便宜得多——適合在連續操作中間反覆查狀態。未跑過時回 {error: 找不到報告,請先執行 run_tests}。拿到摘要後若 failed > 0,接 get_failure_details 拿錯誤細節。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||