Download ScalaWebTest core
The following jar file contains the ScalaWebTest core. Further dependencies and versions are available from Maven Central
Add ScalaWebTest to your sbt project
You can add ScalaWebTest to your integration testing dependencies in the build.sbt/scala of your sbt project as follows.
If you want to manage the most important transitive dependencies of ScalaWebTest, you might configure it as follows. Especially selenium-java and htmlunit-driver should align.
Add ScalaWebTest to your maven project
You have to add the following dependency to your maven project to use ScalaWebTest.
In case you want to manage the most important transitive dependencies of ScalaWebTest, you can add our bill-of-materials to your project. You may do so by adding the following dependency