ohze / scalatestplus-testng

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScalaTest + TestNG

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

Usage

To use it for ScalaTest 3.2.0 and TestNG 6.7.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "testng-6-7" % "3.2.0.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>testng-6-7</artifactId>
  <version>3.2.0.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned

About

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

License:Apache License 2.0


Languages

Language:Scala 100.0%