Versions Compared

Key

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

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section
Column
width40%

JUnit extension 

We have created an extension for JUnit in order to provide much-needed information to Xray when importing execution results such as:

  • tracking started and finished date timestamps for each test
  • linking a test method to an existing Test issue or use auto-provisioning
  • covering a "requirement" (i.e. an issue in Jira) from a test method
  • specifying additional fields for the auto-provisioned Test issues (e.g. summary, description, labels)
  • attaching screenshots or any other file as evidence to the Test Run, right from within the test method
  • adding comments on the Test Run, right from within the test method
  • setting the values for Test Run custom fields, right from within the test method

You can find the extension on our Github GitHub page with instructions on how to install and use it.


Learn more here.

Column
width60%

...