Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶: Cucumber-JVM - Suite view : Tests are duplicated when using parent-suite, suite and sub-suite metadata #1030

Open
1 task done
harmin-parra opened this issue Apr 12, 2024 · 0 comments
Labels
triage type:bug Something isn't working

Comments

@harmin-parra
Copy link

What happened?

I added the following annotations to my Cucumber-JVM test:

@allure.label.parentSuite:Cucumber
@allure.label.suite:Petstore
@allure.label.subSuite:CRUD
Feature: Arithmetic_operations

  Scenario Outline: Addition
    Given I have a calculator
    When I add <x> and <y>
    Then the calculator returns <sum>

    Examples:
      |  x  |  y | sum |
      |  1  |  1 |  2  |
      |  2  |  1 |  3  |
      |  2  |  7 |  9  |

When I execute the test and generate the report, the tests are duplicated in the suite view.

image

What Allure Integration are you using?

allure-cucumber7-jvm

What version of Allure Integration you are using?

2.27.0

What version of Allure Report you are using?

2.28.0

Code of Conduct

  • I agree to follow this project's Code of Conduct
@harmin-parra harmin-parra added triage type:bug Something isn't working labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant