Libraries

ScalaTest + Play

ScalaTest + Selenium

ScalaTest + ScalaCheck

ScalaTest + JUnit 4

ScalaTest + JUnit 5

ScalaTest + TestNG

ScalaTest + EasyMock

ScalaTest + JMock

ScalaTest + Mockito

ScalaTest + TestNG

The ScalaTest + TestNG integration library makes it fun and easy to use TestNG with ScalaTest. To use ScalaTest + TestNG, please add the following to your SBT project dependency:

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

For maven you can use:

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

ScalaTest is brought to you by Bill Venners and Artima.
ScalaTest is free, open-source software released under the Apache 2.0 license.

If your company loves ScalaTest, please consider sponsoring the project.

Copyright © 2009-2024 Artima, Inc. All Rights Reserved.

artima