Describe the bug
Executing multiple feature files with same filenames in a single suite causes some of the results to be missing. This can be clearly seen in fragmented Allure timeline.
Looking at the generated results each test has a container.json file, however, some of them are missing results.json. Looking into more detail, tests with same feature filename have identical child UUID. This probably causes the results to be overwritten.
To Reproduce
Please use my mock test suite - https://github.com/algirdasN/Allure_bug_replication
- run tests using maven - 'mvn clean test'
- create allure test - 'allure serve .\target\allure-results'
Expected behavior
Each test case should be in the report.
Screenshots





Desktop (please complete the following information):
- OS: Windows 10
- Browser: Google Chrome
- Version: latest
Describe the bug
Executing multiple feature files with same filenames in a single suite causes some of the results to be missing. This can be clearly seen in fragmented Allure timeline.
Looking at the generated results each test has a container.json file, however, some of them are missing results.json. Looking into more detail, tests with same feature filename have identical child UUID. This probably causes the results to be overwritten.
To Reproduce
Please use my mock test suite - https://github.com/algirdasN/Allure_bug_replication
Expected behavior
Each test case should be in the report.
Screenshots

Desktop (please complete the following information):