frameworkium-bdd
frameworkium-bdd copied to clipboard
The Allure report creates both a default suite and a feature suite
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:
- Execute the test with the maven command,mvn clean verify -Dbrowser=chrome"
- 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
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.