allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
342 stars 219 forks source link

🐞: Spock integration missing grouping under BDD blocks #970

Open karltiirik opened 8 months ago

karltiirik commented 8 months ago

What happened?

Maybe this more a feature request, but Cucumber integration has grouping at Given/When/Then level (from your example): Kuvatõmmis 2023-10-19 001543 It makes sense to have the same business flow level view of the test for Spock as well.

So with Spock,

  1. Selenide test Kuvatõmmis 2023-10-19 002249
  2. RestAssured test, using the @Step annotation: Kuvatõmmis 2023-10-19 002553

Expected: all of the steps are grouped under the BDD steps (so not at the same level as currently). As it is for Cucumber tests.

What Allure Integration are you using?

allure-spock2

What version of Allure Integration you are using?

2.24.0

What version of Allure Report you are using?

2.24.0

Code of Conduct