Skip to content

Keep parameterized test variants distinct across result directories - #3440

Open
baev wants to merge 2 commits into
mainfrom
fix-retries
Open

Keep parameterized test variants distinct across result directories#3440
baev wants to merge 2 commits into
mainfrom
fix-retries

Conversation

@baev

@baev baev commented Jul 29, 2026

Copy link
Copy Markdown
Member

Context

Allure 2 now derives history and retry grouping from the test case and its non-excluded parameters, matching Allure 3. Parameter variants produced in separate runs are shown as distinct tests instead of earlier variants being hidden as retries.

Adapter-provided history IDs no longer cause retry and history grouping to disagree.

fixes #3308

Checklist

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 2 – Pull request #3440 13m 23s Passed tests 403   Failed tests 8   Skipped tests 1 11 0 0 View

@baev baev added the pr:new feature Change that add something new for end users label Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:new feature Change that add something new for end users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parametrized tests shows as retry if allure-results separated

1 participant