Describe the Bug
allure report show only last argument test result, previous results shows as retries
Steps to Reproduce
- run test parametrized test for argument 1 (only one in ArgumentsSource)
- save
allure-results to argument-1/allure-results
- run test parametrized test for argument 2 (only one in ArgumentsSource)
- save
allure-results to argument-2/allure-results
- run
allure generate argument-1/allure-results argument-2/allure-results -c -o allure-report
- open report
- 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

if generate report in allure 3, all ok

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
Describe the Bug
allure report show only last argument test result, previous results shows as retries
Steps to Reproduce
allure-resultstoargument-1/allure-resultsallure-resultstoargument-2/allure-resultsallure generate argument-1/allure-results argument-2/allure-results -c -o allure-reportExpected Behaviour
show all tests if we would run tests for both arguments in ArgumentsSource
Screenshots or Additional Context
allure 2


if generate report in allure 3, all ok
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