Versions Compared

Key

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

...

This requires some additional side code, that uses TestNG extension mechanisms, in order to process the custom "Xray" annotation shown above. This code is not part of Xray and is only provided for reference; feel free to adapt and customize it to your needs.


Info
titlePlease note

Instead of adding the listener code shown ahead, you can include a specific maven plugin that implements extensions for TestNG related to Xray.


We We'll define an interface that will be used by a custom TestNG listener (i.e. implementing ITestListener).

...

...