MVN

io.github.mfulton26.ctrl4testng : ctrl4testng

Maven & Gradle

Feb 10, 2015
1 stars

CTRL4TestNG: Current Test Result Logger for TestNG · CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.

<dependency>
    <groupId>io.github.mfulton26.ctrl4testng</groupId>
    <artifactId>ctrl4testng</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mfulton26.ctrl4testng : ctrl4testng to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.mfulton26.ctrl4testng : ctrl4testng to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
ctrl4testng-1.1
1.0
ctrl4testng-1.0

How to add a dependency to Maven

Add the following io.github.mfulton26.ctrl4testng : ctrl4testng maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.mfulton26.ctrl4testng</groupId>
    <artifactId>ctrl4testng</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mfulton26.ctrl4testng : ctrl4testng gradle dependency to your build.gradle file:

implementation 'io.github.mfulton26.ctrl4testng:ctrl4testng:1.1'

Gradle Kotlin DSL: Add the following io.github.mfulton26.ctrl4testng : ctrl4testng gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mfulton26.ctrl4testng:ctrl4testng:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mfulton26.ctrl4testng : ctrl4testng sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mfulton26.ctrl4testng" % "ctrl4testng" % "1.1"

Advertisement