Skip to content

Fix package hierarchy for JUnit 4 and Spock 2 results#1349

Open
baev wants to merge 1 commit into
mainfrom
fix-package-label
Open

Fix package hierarchy for JUnit 4 and Spock 2 results#1349
baev wants to merge 1 commit into
mainfrom
fix-package-label

Conversation

@baev

@baev baev commented Jul 24, 2026

Copy link
Copy Markdown
Member

Context

JUnit 4 and Spock 2 test results now use the fully qualified test class name for the package label. This restores the class level in Allure’s Packages tree instead of grouping tests only by their Java package.

JUnit 4 tests in the default package now use their class name instead of an empty package label, making package hierarchy behavior consistent across the supported adapters.

fixes #850

Checklist

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

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure Java – Pull request #1349 27m 22s Passed tests 2045   Skipped tests 2 4 0 0 View
Allure Java GitHub actions run (2026-07-24T09:52:42.810Z) 27m 22s Passed tests 2045   Skipped tests 2 4 0 0 View

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.

Include class name level grouping in Packages view even when package present (Spock2 + Allure + Groovy)

2 participants