Skip to content

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

License

Notifications You must be signed in to change notification settings

dotty-staging/scalatestplus-testng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaTest + TestNG

ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

Usage

To use it for ScalaTest 3.2.12 and TestNG 7.5.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.12.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>testng-7-5_2.13</artifactId>
  <version>3.2.12.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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 98.0%
  • CSS 2.0%