For project Test Repository, this works when iterating through tests:
${Tests[n].TestRepositoryPath}
what is the comparable way to get the Test Plan Board folder name to print? (${Tests[n].TestPlanBoardPath} did not work)
@Catherine Baldi @Rogerio Paiva
I'm iterating through Tests from the Test Plan using the following method:
#{for tests}
${Tests[n].Key}
${Tests[n].Summary}
${Tests[n].TestRepositoryPath}
#{end}
The test repository path is not being exported as mentioned. Can you point out what's going wrong?
Please try this approach:
&{
for
issues}
${Key} folder path is ${Folder.Path}
&{end}
Thank you.
Kind regards,
Rogerio Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.