Skip to content

Prevent plain text report values from being rendered as links - #3435

Merged
baev merged 1 commit into
mainfrom
fix-3431
Jul 27, 2026
Merged

Prevent plain text report values from being rendered as links#3435
baev merged 1 commit into
mainfrom
fix-3431

Conversation

@baev

@baev baev commented Jul 27, 2026

Copy link
Copy Markdown
Member

Context

Plain-text parameter and environment values, such as the Playwright project name API - Local, now remain text instead of becoming broken relative links. Auto-linking only applies when the entire value is a valid absolute URL with a supported protocol; www.example.com is also supported and opened over HTTPS.

Detected links in step names and URI-list attachments follow the same policy, while explicit URL fields retain compatibility with report-relative targets and reject unsafe schemes.

fixes #3431

Checklist

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

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 2 – Pull request #3435 11m 48s Passed tests 396   Skipped tests 1 9 0 0 View

@baev
baev merged commit 75837b3 into main Jul 27, 2026
77 checks passed
@baev
baev deleted the fix-3431 branch July 27, 2026 19:34
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.

New UI renders any plain-text parameter value as a clickable relative link (isRelativeUrl accepts almost any string)

2 participants