🌐 US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

Render duration tooltip ranges correctly - #3444

Merged
baev merged 1 commit into
mainfrom
fix-3442
Jul 31, 2026
Merged

Render duration tooltip ranges correctly#3444
baev merged 1 commit into
mainfrom
fix-3442

Conversation

@baev

@baev baev commented Jul 31, 2026

Copy link
Copy Markdown
Member

Context

Duration tooltips now display test start and end times with a proper en dash and spacing. Users no longer see literal   or – text when hovering over Duration in a test result.

The corrected formatting applies to both single-file and directory reports.

fixes #3442

Checklist

@baev baev added the pr:bug Something isn't working label Jul 31, 2026
@github-actions

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 2 – Pull request #3444 13m 19s Passed tests 418   Skipped tests 1 3 0 0 View

@baev
baev merged commit 3e654df into main Jul 31, 2026
76 of 77 checks passed
@baev
baev deleted the fix-3442 branch July 31, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Duration field displays the date/time range using the HTML entity – instead of rendering it as the expected en dash (–).

2 participants