Skip to content

parametrized tests shows as retry if allure-results separated #3308

@long76

Description

@long76

Describe the Bug

allure report show only last argument test result, previous results shows as retries

Steps to Reproduce

  1. run test parametrized test for argument 1 (only one in ArgumentsSource)
  2. save allure-results to argument-1/allure-results
  3. run test parametrized test for argument 2 (only one in ArgumentsSource)
  4. save allure-results to argument-2/allure-results
  5. run allure generate argument-1/allure-results argument-2/allure-results -c -o allure-report
  6. open report
  7. report show only argument-2 tests

Expected Behaviour

show all tests if we would run tests for both arguments in ArgumentsSource

Screenshots or Additional Context

allure 2
Image
if generate report in allure 3, all ok
Image

What Language are you using?

Java

What Framework/Allure Integration you are using?

allure-junit5

What version of Allure Integration you are using?

2.31.0

What version of Allure Report you are using?

2.39.0

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions