Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 555 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 555 Bytes

ScalaTest + Selenium

ScalaTest + Selenium provides integration support between ScalaTest and Selenium.

Usage

To use it for ScalaTest 3.2.19 and Selenium 4.21.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "selenium-4-21" % "3.2.19.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>selenium-4-21_3</artifactId>
  <version>3.2.19.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned