Versions Compared

Key

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

...

For this, you may simply take advantage of Xray's REST API for submitting results for example.


Table of Contents

JUnit example

In this scenario, we want to get visibility of the automated test results from some tests implemented in Java, using the JUnit framework. 

...

We're using "curl" utility that comes in Unix based OS'es but you can easily use another tool to make the HTTP request; however, "curl" is provided in the container used by CircleCI.


References