0.9.0
takahirom/arbigent0.9.0Jan 17, 2025by takahirom
AI Summary
Changes the result YAML format from `agentResult` to `agentResults`, removes unnecessary delays to improve performance, and adds duration time to reports.
Key Highlights
- Breaking change: Result YAML format changed (`agentResult` to `agentResults`).
- Removed unnecessary delays, reducing test time significantly.
- Reports now display duration time.
Breaking Changes
- Result YAML format changed (`agentResult` to `agentResults`).
New Features
- Duration time shown in reports
Full Release Notes
## Breaking Change Result YAML format change: `agentResult` to `agentResults` ## Removed Unneeded Delay This change reduces test time from 81 seconds to 44 seconds. ## Duration Time Now Shown in Reports Reports now display duration time. <img width="554" alt="image" src="https://github.com/user-attachments/assets/0835cef3-5c07-454b-ae96-b9a242f8b79c" /> ## What's Changed * Improve test report by @takahirom in https://github.com/takahirom/arbigent/pull/75 * Add an example of fail to README by @takahirom in https://github.com/takahirom/arbigent/pull/76 * Improve performance by removing delay by @takahirom in https://github.com/takahirom/arbigent/pull/77 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.8.0...0.9.0