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.
aem 1.0.2
Group ID:
org.scalawebtest
Artifact ID:
aem_2.11
Version:
1.0.2
Release Date:
Oct 25, 2016
Licenses:
Files:
Full Scala Version:
2.11.8
Developers:
libraryDependencies += "org.scalawebtest" %% "aem" % "1.0.2"
ivy"org.scalawebtest::aem:1.0.2"
//> using dep "org.scalawebtest::aem:1.0.2"
import $ivy.`org.scalawebtest::aem:1.0.2`
<dependency> <groupId>org.scalawebtest</groupId> <artifactId>aem_2.11</artifactId> <version>1.0.2</version> </dependency>
compile group: 'org.scalawebtest', name: 'aem_2.11', version: '1.0.2'