Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it posible to generate doc from search result?

rokhman99
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 9, 2023

I want to generate document using xray document generator that contains all test steps of each test cases shown in search result

Untitled.png

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}

 

0 answers

Suggest an answer

Log in or Sign up to answer