Versions Compared

Key

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

...

Currently (as of August 2020), this is not provided directly by Xray yet. However, with some minor customization, this can easily be already achieved.

Depending on the use case, this may be quite simple or a little more complex to implement.

...

For most CI tools, this only requires that you perform some HTTP request passing the CI job as an argument, somehow.

Examples

Trigger a

...

Trigger a CI job and report back to the current issue

...

  • you want to trigger a CI job and report back the results to the current issue (e.g. Test Plan)
  • the tests that will run are unrelated with the caller issue; it's up to the logic built into the CI job to decide which tests to run


Examples

Trigger a CI job for the selected tests and report back to the current issue

...