unic / scalawebtest   4.0.0

Apache License 2.0 Website GitHub

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.

Scala versions: 2.13 2.12

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

libraryDependencies += "org.scalawebtest" %% "aem" % "1.0.2"

Mill build tool

ivy"org.scalawebtest::aem:1.0.2"

Scala CLI

//> using dep "org.scalawebtest::aem:1.0.2"

Ammonite REPL

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'