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.