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-aem 3.0.1
Group ID:
org.scalawebtest
Artifact ID:
scalawebtest-aem_2.13
Version:
3.0.1
Release Date:
Jul 24, 2019
Licenses:
Files:
Full Scala Version:
2.13.0
Developers:
libraryDependencies += "org.scalawebtest" %% "scalawebtest-aem" % "3.0.1"
ivy"org.scalawebtest::scalawebtest-aem:3.0.1"
//> using dep "org.scalawebtest::scalawebtest-aem:3.0.1"
import $ivy.`org.scalawebtest::scalawebtest-aem:3.0.1`
<dependency> <groupId>org.scalawebtest</groupId> <artifactId>scalawebtest-aem_2.13</artifactId> <version>3.0.1</version> </dependency>
compile group: 'org.scalawebtest', name: 'scalawebtest-aem_2.13', version: '3.0.1'