Maybe this more a feature request, but Cucumber integration has grouping at Given/When/Then level (from your example):
It makes sense to have the same business flow level view of the test for Spock as well.
So with Spock,
Selenide test
RestAssured test, using the @Step annotation:
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
[X] I agree to follow this project's Code of Conduct
What happened?
Maybe this more a feature request, but Cucumber integration has grouping at Given/When/Then level (from your example): It makes sense to have the same business flow level view of the test for Spock as well.
So with Spock,
@Step
annotation: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