Skip to content

The Allure report creates both a default suite and a feature suite #70

@gopi898

Description

@gopi898

Describe the Issue
When the feature BDD suite is generated, a default suite called Surefire Suite is also created. This is counted as an extra test in the execution, even though only one test is actually run. This causes a discrepancy in the test results.
To Reproduce
Steps to reproduce the behavior:

  1. Execute the test with the maven command,mvn clean verify -Dbrowser=chrome"
  2. On successful execution execute maven report command mvn allure: report. Report generated successfully

Expected Behaviour
A clear and concise report should be generated with only the feature file suite displayed in the report.

Screenshots

image

Versions (please complete the following information):

  • Frameworkium-core version: [4.0.0-BETA4]
  • OS: [e.g. Windows 10]
  • Browser [e.g. Chrome]
  • Version [e.g. 116]

Additional Context
Add any other context about the problem here.

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