Uploaded image for project: 'Xporter for Jira'
  1. Xporter for Jira
  2. XPORTER-2385

When exporting Test Runs inside a Test, only the first iteration is exported

    XporterXMLWordPrintable

Details

    • OK

    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

      Attachments

        Activity

          People

            hjfr Hugo Rodrigues [X] (Inactive)
            hjfr Hugo Rodrigues [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: