Skip to content

[allure-cucumber6-jvm] Missing test cases in a report for features with same filenames. #570

@algirdasN

Description

@algirdasN

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

  1. run tests using maven - 'mvn clean test'
  2. create allure test - 'allure serve .\target\allure-results'

Expected behavior
Each test case should be in the report.

Screenshots
image

image

image

image

image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Google Chrome
  • Version: latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions