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

Keep parameterized test variants distinct across result directories - #3440

Merged
baev merged 3 commits into
mainfrom
fix-retries
Jul 31, 2026
Merged

Keep parameterized test variants distinct across result directories#3440
baev merged 3 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 14m 4s Passed tests 412   Skipped tests 1 9 0 0 View

@baev baev added the pr:new feature Change that add something new for end users label Jul 29, 2026
@baev
baev merged commit 5a5df62 into main Jul 31, 2026
76 checks passed
@baev
baev deleted the fix-retries branch July 31, 2026 09:07
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

3 participants