Last Version

testng-error-notifier 1.0.1

Dumps TestNG failures notifications immediately when they happen into System.err and slf4j (if available) under 'testng-error-notifier' logger

License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

io.github.solf
ArtifactId

ArtifactId

testng-error-notifier
Version

Version

1.0.1
Type

Type

jar
Description

Description

testng-error-notifier
Dumps TestNG failures notifications immediately when they happen into System.err and slf4j (if available) under 'testng-error-notifier' logger
Project URL

Project URL

https://github.com/solf/testng-error-notifier
Source Code Management

Source Code Management

https://github.com/solf/testng-error-notifier.git

Download testng-error-notifier 1.0.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.testng : testng Optional jar 6.4
org.kohsuke.metainf-services : metainf-services Optional jar 1.8
org.slf4j : slf4j-api Optional jar 1.7.32

Project Modules

There are no modules declared in this project.