Skip to content

Instantly share code, notes, and snippets.

@Legionivo
Last active June 2, 2020 07:19
Show Gist options
  • Save Legionivo/84fe846ba254f20cb25457adcc8893d6 to your computer and use it in GitHub Desktop.
Save Legionivo/84fe846ba254f20cb25457adcc8893d6 to your computer and use it in GitHub Desktop.
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'org.junit.jupiter:junit-jupiter:5.6.2'
implementation 'com.github.legionivo:testrail-api-java-client:1.0.7'
}
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment