MVN

ch.zizka.junitdiff : JUnitDiff

Maven & Gradle

Nov 30, 2022
10 stars

JUnitDiff · JUnitDiff creates a HTML table from JUnit results. Rows are tests, columns are runs. Clicking the statuses reveals a pop-up with the logs and the stacktrace if any.

<dependency>
    <groupId>ch.zizka.junitdiff</groupId>
    <artifactId>JUnitDiff</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.zizka.junitdiff : JUnitDiff to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of ch.zizka.junitdiff : JUnitDiff to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
JUnitDiff-2.0.0

How to add a dependency to Maven

Add the following ch.zizka.junitdiff : JUnitDiff maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.zizka.junitdiff</groupId>
    <artifactId>JUnitDiff</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.zizka.junitdiff : JUnitDiff gradle dependency to your build.gradle file:

implementation 'ch.zizka.junitdiff:JUnitDiff:2.0.0'

Gradle Kotlin DSL: Add the following ch.zizka.junitdiff : JUnitDiff gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.zizka.junitdiff:JUnitDiff:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.zizka.junitdiff : JUnitDiff sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.zizka.junitdiff" % "JUnitDiff" % "2.0.0"