diff --git a/README.md b/README.md index 9265fe4..9a0cab8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,27 @@ # ScalaTest + TestNG ScalaTest + TestNG provides integration support between ScalaTest and TestNG. +**Usage** + +To use it for ScalaTest 3.1.1 and TestNG 6.7: + +SBT: + +``` +libraryDependencies += "org.scalatestplus" %% "testng-6-7" % "3.1.1.0" % "test" +``` + +Maven: + +``` + + org.scalatestplus + testng-6-7_2.13 + 3.1.1.0 + test + +``` + **Publishing** Please use the following commands to publish to Sonatype: