Testatoo html5 bundle

The HTML5 bundle for Testatoo

License

License

GroupId

GroupId

org.testatoo
ArtifactId

ArtifactId

testatoo-html5-bundle
Last Version

Last Version

1.0.b4
Release Date

Release Date

Type

Type

jar
Description

Description

Testatoo html5 bundle
The HTML5 bundle for Testatoo
Source Code Management

Source Code Management

http://github.com/Testatoo/testatoo-html5-bundle

Download testatoo-html5-bundle

How to add to project

<!-- https://jarcasting.com/artifacts/org.testatoo/testatoo-html5-bundle/ -->
<dependency>
    <groupId>org.testatoo</groupId>
    <artifactId>testatoo-html5-bundle</artifactId>
    <version>1.0.b4</version>
</dependency>
// https://jarcasting.com/artifacts/org.testatoo/testatoo-html5-bundle/
implementation 'org.testatoo:testatoo-html5-bundle:1.0.b4'
// https://jarcasting.com/artifacts/org.testatoo/testatoo-html5-bundle/
implementation ("org.testatoo:testatoo-html5-bundle:1.0.b4")
'org.testatoo:testatoo-html5-bundle:jar:1.0.b4'
<dependency org="org.testatoo" name="testatoo-html5-bundle" rev="1.0.b4">
  <artifact name="testatoo-html5-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testatoo', module='testatoo-html5-bundle', version='1.0.b4')
)
libraryDependencies += "org.testatoo" % "testatoo-html5-bundle" % "1.0.b4"
[org.testatoo/testatoo-html5-bundle "1.0.b4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all Optional pom 2.5.6

provided (1)

Group / Artifact Type Version
org.testatoo : testatoo jar 2.0.b34

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
io.github.bonigarcia : webdrivermanager jar 3.1.1
org.eclipse.jetty : jetty-server jar 9.4.12.v20180830

Project Modules

There are no modules declared in this project.

Testatoo Html5 Bundle

CircleCI Gitter chat codecov License

TEstatoo Logo

Downloading

Latest bundle version is available on Maven Central

<dependency>
  <groupId>org.testatoo</groupId>
  <artifactId>testatoo-html5-bundle</artifactId>
  <version>1.0.b5</version>
  <scope>test</scope>
</dependency>

Building

Prerequisites

Java 1.8+

You need version 1.8 and more of the Java JDK installed

$ java -version
java version "1.8.0_151"
...

Installation Steps

$ git clone https://github.com/Ovea/testatoo-html5-bundle
$ cd testatoo

Install browsers

- Install Firefox
- Install Chrome
- Install Edge / Safari

If you don't want to install Browser and driver you can use docker images

- docker run -d -p 4444:4444 selenium/standalone-firefox
or
- docker run -d -p 4444:4444 selenium/standalone-chrome

In your Terminal

$ mvn clean install  // Test on Chrome by default
// With docker container usage
$ mvn clean install -Dremote -Pfirefox

Versions

Version
1.0.b4
1.0.b3
1.0.b2
1.0.b1