How to retrieve all the steps info once the test case is finished? #2126
Unanswered
sridharreddysuram123
asked this question in
Bug Reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This will help us in logging bugs with all the steps in E2E integration.
How to retrieve all the test steps(step names) executed in one test case. I want to catch this in AfterMethod or onTestFailure in TestNG.
I saw that StageResult has the steps info, but how to get StageResult of the currentTest in Allure?
Please help me. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions