x

xray-junit-extensions

Improvements for JUnit that allow you to take better advantage of JUnit 5 (jupiter engine) whenever using it together with Xray Test Management.
https://github.com/Xray-App/xray-junit-extensions
Eclipse Public License v2.0
Xblend
Sergio Freire Cristiano Cunha
Files download
File Operation
xray-junit-extensions-0.8.0.jar download
xray-junit-extensions-0.8.0.pom download
xray-junit-extensions-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>app.getxray</groupId>
  <artifactId>xray-junit-extensions</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'app.getxray:xray-junit-extensions:0.8.0'
Gradle Kotlin
implementation("app.getxray:xray-junit-extensions:0.8.0")
Scala SBT
libraryDependencies += "app.getxray" % "xray-junit-extensions" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='app.getxray', module='xray-junit-extensions', version='0.8.0')
)
Apache Ivy
<dependency org="app.getxray" name="xray-junit-extensions" rev="0.8.0" />
Leiningen
[app.getxray/xray-junit-extensions "0.8.0"]
Apache Buildr
'app.getxray:xray-junit-extensions:jar:0.8.0'