-
Notifications
You must be signed in to change notification settings - Fork 107
Separate test stages when using steps #332
Copy link
Copy link
Closed
Labels
Description
Hi, I have been using the nested steps in test reporting and it works really well, I wanted to ask if there are any plans to incorporate different test stages, i.e "set up", "test body" etc..
Technically it would mean any fixtures/methods marked as a @step and run before the collected test would appear collectively under a step named "Set up" in the UI, all steps related to the actual test/s would appear under "Test body" and any steps run after the actual test/s would appear under the "Teardown" step.
Allure has a similar functionality to further explain what I mean:

Appreciate your help and support.
Reactions are currently unavailable