Scenario issue grouping in allure report #2657
Unanswered
ymouhat
asked this question in
Bug Reports
Replies: 1 comment 4 replies
-
Could you please specify the Allure Cucumber integration package and the version? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
using allure report the way the scenario are grouped in the report is misleading the user.
As an example azure pipeline is executing the same test in different package.
package1
-smoke-test-static.feature: this test contains the tag @package1 and the necessary tests for package1
package2
-smoke-test-static.feature: this test contains the tag @Package2 and the necessary tests for package2
package3
-smoke-test-static.feature: this test contains the tag @package3 and the necessary tests for package3
Another reporting tool (cucumber-html-report) is able to split the test has it detects it is different feature files. and tags within the feature file.
using allure report, all scenario are grouped under a single test
The only workaround I am thinking of is to change the name of the test
(e.g. smoke-test-static-package1.feature)
However,is there any possibiltiy for allure to get as many tests as feature files and not to regroup them under a single test?
Issue reproduced with Aure devops Pipeline
azure extension: Allure Report / Qameta Software / version 1.4.2
Allure-version 2.29
@wdio/cucumber-framework: 8.12.1
Thank you in advance,
Beta Was this translation helpful? Give feedback.
All reactions