Skip to content

v0.14.0

Choose a tag to compare

@suin suin released this 02 Mar 03:19
· 13 commits to main since this release
8c19007

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.