Versions Compared

Key

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

...

Xray allows users to trigger pre-configured remote jobs directly from a Test Plan or Test Execution. This option enables user to trigger builds on your CI/CD tool without leaving Xray improving tester performance and streamlining the workflow.
Depending on the build configuration, it's possible to pass information to the build such as issue key of the Test Execution/Plan where it was called from, this enhances the control over the build the CI/CD will execute to have multiple builds options to adjust to your testing needs.
Triggering doesn't imply that that results are going to be reported back to the original issue where it was triggered from, that logic must be made on the target CI/CD build configuration, using for example the information the source issue where it was triggered from, passed as variable to the target build.


To have the build configurations available you need first to setup the configurations on project settings. For more information check here

...