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 2.11 2.10

scalawebtest-json 3.0.0-RC2


Group ID:
org.scalawebtest
Artifact ID:
scalawebtest-json_2.13
Version:
3.0.0-RC2
Release Date:
Jun 11, 2019
Licenses:
Files:

libraryDependencies += "org.scalawebtest" %% "scalawebtest-json" % "3.0.0-RC2"

Mill build tool

ivy"org.scalawebtest::scalawebtest-json:3.0.0-RC2"

Scala CLI

//> using dep "org.scalawebtest::scalawebtest-json:3.0.0-RC2"

Ammonite REPL

import $ivy.`org.scalawebtest::scalawebtest-json:3.0.0-RC2`

<dependency>
  <groupId>org.scalawebtest</groupId>
  <artifactId>scalawebtest-json_2.13</artifactId>
  <version>3.0.0-RC2</version>
</dependency>

compile group: 'org.scalawebtest', name: 'scalawebtest-json_2.13', version: '3.0.0-RC2'