You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
i created a template for xray document generator to show evidence count & size, but it does not find HOOK type evidence.
code for global evidence:
#{for c=TestExecutions[n].TestRuns[a].ExecutionEvidencesCount}
ID: ${TestExecutions[n].TestRuns[a].ExecutionEvidences[c].Id}
Name: ${TestExecutions[n].TestRuns[a].ExecutionEvidences[c].Name}
Size: ${TestExecutions[n].TestRuns[a].ExecutionEvidences[c].HumanReadableSize}
#{end}
but we also have evidence of type hook and this is not found.
how can i do the same but also find the evidence of type Hook and report it?
I have tried to find anything about this, but cold not find any.
The Xray Cloud documentation on reports doesn't mention this as well.
I think the best you can do is to reach out to the Xray support and raise the question there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.