Skip to content

Split qualified title paths into package segments#1284

Merged
baev merged 2 commits into
mainfrom
fix-title-path
Jun 11, 2026
Merged

Split qualified title paths into package segments#1284
baev merged 2 commits into
mainfrom
fix-title-path

Conversation

@baev

@baev baev commented Jun 11, 2026

Copy link
Copy Markdown
Member

Context

Allure title paths now handle fully qualified package and class names as separate path segments instead of keeping dotted names as one combined entry. For example, io.qameta.allure is reported as io / qameta / allure, making title-path navigation and grouping match the expected package hierarchy.

The title path helper also handles null, blank, trimmed, simple, and already-qualified package/class inputs consistently, avoiding duplicated package segments and skipping empty title parts.

Checklist

@baev baev added the type:bug Something isn't working label Jun 11, 2026
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure Java – Pull request #1284 18m 24s Passed tests 1626   Skipped tests 2 0 0 0 View

@baev baev merged commit f438f16 into main Jun 11, 2026
10 checks passed
@baev baev deleted the fix-title-path branch June 11, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:core type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants