v0.14.0
Action Duration in Markdown Reports
When debugging slow E2E test scenarios, it was previously impossible to tell which actions were the bottleneck. This release adds timing information throughout the report.
Duration columns in overview and cleanup tables:
| # | Action | Status | Duration |
|---|---|---|---|
| 1 | Create Namespace with auto-generated name |
✅ | 186ms |
| 2 | Apply ConfigMap "my-config-1" |
✅ | 55ms |
| 3 | Assert ConfigMap "my-config-1" |
✅ | 63ms |
Total duration summary at the end of each scenario:
Total: 5.815s (Actions: 556ms, Cleanup: 5.255s)
Duration columns only appear when timing data is present, so existing reports render identically.