scalatest / scalatestplus-testng   1.0.0-M2

Apache License 2.0 GitHub

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

Scala versions: 2.13 2.12 2.11 2.10

ScalaTest + TestNG

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

Usage

To use it for ScalaTest 3.2.19 and TestNG 7.10.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "testng-7-10" % "3.2.19.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>testng-7-10_3</artifactId>
  <version>3.2.19.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned