## Description After the test finishes Master should save a summary report to disk. ## Tasks - [ ] Collect final StatsSnapshot from Agent after test completes - [ ] Write report as plain text or JSON file (e.g. volta-report.txt) - [ ] Print file path to console: "Report saved to volta-report.txt" - [ ] Report includes: url, rps, duration, totalRequests, successCount, errorCount, avgLatencyMs, minLatencyMs, maxLatencyMs
Description
After the test finishes Master should save a summary report to disk.
Tasks