allure-framework/allure-java

๐Ÿž: Cucumber-JVM - Suite view : Cannot organize tests by parent-suite, suite and sub-suite

harmin-parra opened this issue ยท 1 comments

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: Petstore

  Scenario: Add a pet
    Given I have a pet store
    When I add a pet
    Then The pet is added

When I execute the test and generate the report, I don't get the expected suite hierarchy.

image

What Allure Integration are you using?

allure-cucumber7-jvm

What version of Allure Integration you are using?

2.25.0

What version of Allure Report you are using?

2.25.0

Code of Conduct

  • I agree to follow this project's Code of Conduct

fixed by allure-framework/allure2#2326

Will be released as 2.27.0 soon