ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
scalawebtest-core 4.0.0-RC2
Group ID:
org.scalawebtest
Artifact ID:
scalawebtest-core_2.13
Version:
4.0.0-RC2
Release Date:
Sept 9, 2021
Licenses:
Files:
Full Scala Version:
2.13.3
Developers:
libraryDependencies += "org.scalawebtest" %% "scalawebtest-core" % "4.0.0-RC2"
ivy"org.scalawebtest::scalawebtest-core:4.0.0-RC2"
//> using dep "org.scalawebtest::scalawebtest-core:4.0.0-RC2"
import $ivy.`org.scalawebtest::scalawebtest-core:4.0.0-RC2`
<dependency> <groupId>org.scalawebtest</groupId> <artifactId>scalawebtest-core_2.13</artifactId> <version>4.0.0-RC2</version> </dependency>
compile group: 'org.scalawebtest', name: 'scalawebtest-core_2.13', version: '4.0.0-RC2'