allure-framework/allure-java

[allure-rest-assured] Feature request: Auto Steps for Given When Then

jmrg82 opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When I check the details of my report, it would improve the readability to have a clear separation between the actions performed in each given/when/then phase

Describe the solution you'd like
Automatically define an internal step to group any sub-step by the 3 main given/when/then phases

Describe alternatives you've considered
After confirming it's not possible to override these methods from RestAssured library, I managed to wrap the "given()". However, once you have their object, you cannot do the same for the "when()" and the "then()". I was wondering if it would be possible to do it at allure level and if this could be understood as a global improvement for everyone or just an optional feature.

Additional context
This is how it would look like with the first sentence simplified:
031022_110014

Thanks for this great reporting tool!!