I want to generate document using xray document generator that contains all test steps of each test cases shown in search result
I have tried using this script below but it can't capture the value of each test case.
it is possible to do this?
#{for issues}
#{for tests}
#{for teststeps}
${TestSteps[n].StepNumber})
#{end}
#{end}
#{end}