frameworkium-bdd icon indicating copy to clipboard operation
frameworkium-bdd copied to clipboard

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

Open gopi898 opened this issue 2 years ago • 0 comments

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.

gopi898 avatar Sep 01 '23 08:09 gopi898