Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 5.8.1
-
None
Description
When exporting Test Runs inside a Test, only the first iteration is exported:
Code:
&{for issues|filter=%{'${IssueTypeName}'.equals(‘Test Plan’)}}
#{for tests}
${Tests[n].Key}
#{for c=Tests[n].TestRunsCount}
${Tests[n].TestRuns[c].Executed By}
${Tests[n].TestRuns[c].TestExecution.Key}
${Tests[n].TestRuns[c].TestExecution.Summary}
#{end}
#{end}
&{end}
If you have a test plan with several tests and several Test Executions the TestRunsCount iteration will only print the first value