Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Testattoo/testatoo-html5-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testatoo Html5 Bundle

Resources

License

Stars

Watchers

Forks

Packages

No packages published