JUnit Listener InfluxDB

Extracts JUnit test results to store them into an Influx database

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.vanbadasselt
ArtifactId

ArtifactId

junit-listener-influxdb
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

JUnit Listener InfluxDB
Extracts JUnit test results to store them into an Influx database
Project URL

Project URL

https://github.com/vanBadAsselt/junit-listener-influxdb
Source Code Management

Source Code Management

http://github.com/vanBadAsselt/junit-listener-influxdb/tree/master

Download junit-listener-influxdb

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.vanbadasselt/junit-listener-influxdb/ -->
<dependency>
    <groupId>io.github.vanbadasselt</groupId>
    <artifactId>junit-listener-influxdb</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vanbadasselt/junit-listener-influxdb/
implementation 'io.github.vanbadasselt:junit-listener-influxdb:2.0'
// https://jarcasting.com/artifacts/io.github.vanbadasselt/junit-listener-influxdb/
implementation ("io.github.vanbadasselt:junit-listener-influxdb:2.0")
'io.github.vanbadasselt:junit-listener-influxdb:jar:2.0'
<dependency org="io.github.vanbadasselt" name="junit-listener-influxdb" rev="2.0">
  <artifact name="junit-listener-influxdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vanbadasselt', module='junit-listener-influxdb', version='2.0')
)
libraryDependencies += "io.github.vanbadasselt" % "junit-listener-influxdb" % "2.0"
[io.github.vanbadasselt/junit-listener-influxdb "2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar 1.7.0
org.influxdb : influxdb-java jar 2.20
com.github.spotbugs : spotbugs-annotations jar 3.1.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.0