Skip to content

Show run duration on hover in the search results table#267

Merged
soulgalore merged 1 commit into
mainfrom
search-runtime-hover
May 15, 2026
Merged

Show run duration on hover in the search results table#267
soulgalore merged 1 commit into
mainfrom
search-runtime-hover

Conversation

@soulgalore

Copy link
Copy Markdown
Member

The "Run/added date" column told you when a test was queued or started, but not how long it actually ran. With the finished_date column from v4.0.0 we can now answer that on the same row. Hovering the cell shows "Run time: Xs" (or ms / Nm Ys at the extremes) for any completed or failed run from 4.0.0 onward. Older rows and currently-running tests keep no tooltip because finished_date is NULL for them.

Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com

The "Run/added date" column told you when a test was queued or started,
but not how long it actually ran. With the finished_date column from
v4.0.0 we can now answer that on the same row. Hovering the cell shows
"Run time: Xs" (or ms / Nm Ys at the extremes) for any completed or
failed run from 4.0.0 onward. Older rows and currently-running tests
keep no tooltip because finished_date is NULL for them.

Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com
@soulgalore
soulgalore merged commit 5ec909d into main May 15, 2026
10 checks passed
@soulgalore
soulgalore deleted the search-runtime-hover branch May 15, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant