-
Notifications
You must be signed in to change notification settings - Fork 48
Support Nested steps #125
Comments
What do you mean by that? |
Have something like this as test steps: |
Like how each steps are layered and I can even add attachments at any layer |
No there is now way no. |
From what I understand, allure-js-commons supports this via its Allure.prototype.startStep and Allure.prototype.endStep. My proposal to build some method decorator, similarly to what is done in Java with annotations |
@ybilevych feel free to propose PR, but before describe here how wdio-allure-reporter api will look like. |
btw somebody ask this question on allure for wdio allure-framework/allure-js-commons#21. If I will have more time I will try to look into it too |
@kimek I would suggest you to think how implement it for v5 reporter version if you want this. This repo is obsolete and anyway we will ask to port any changes here to v5 before merging. |
Is there a way to benefit from recent fixes over here? |
Hi,
Is there any way I can have nested steps? Im creating steps after each wdio commands and I want to have attachments, screenshots, or more steps attached to each of those steps.
Thanks.
The text was updated successfully, but these errors were encountered: