Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Improvements with Xray Integration


Column
width60%

Print Test Runs of a Test which belongs to a Test Plan

Now it's possible to extract information from test runs directly from a Test inside of a Test Plan. With this new feature, it's not necessary to iterate over Text Executions and find the correct Test Run to print the related data.

This Xporter version provides you a way to get Test Runs information printed on the Test Plan level. Take a look at the following example.

Code Block
#{for c=Tests[n].TestRunsCount}

//Getting Text Execution data from Test Run:
${Tests[n].TestRuns[c].TestExecution.Key}
${Tests[n].TestRuns[c].TestExecution.Summary}
${Tests[n].TestRuns[c].TestExecution.Test Environments}


//Getting Test Run Data
${Tests[n].TestRuns[c].Execution Status}
#{end}
Note
titleUpdate your templates

To get the most out of this improvement we highly recommend you use the latest version of the templates: Xray Test Plan Basic with Cover Page and Xray Test Plan Advanced with Cover Page. If you are using templates from our template store, you must edit them and change the definition in order to use the new feature.

Column
width40%

Image RemovedImage Added





Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Performance improvements


Column
width60%

Improvements were made in order to make the exporting process faster and more efficient. Previously, we noticed that some issues were detected when users were exporting a large number of data including Xray app data such as Test Plans and Test Executions.

Info
titleRecommendation

In order to avoid similar situations related to JIRA performance, we recommend you taking a look at this article, which will give you suggestions on best practices for Xporter configuration and usage.

Column
width40%





...