Testatoo html5 bundle

The HTML5 bundle for Testatoo

Лицензия

Лицензия

Группа

Группа

org.testatoo
Идентификатор

Идентификатор

testatoo-html5-bundle
Последняя версия

Последняя версия

1.0.b4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Testatoo html5 bundle
The HTML5 bundle for Testatoo
Система контроля версий

Система контроля версий

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

Скачать testatoo-html5-bundle

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy-all Необязательный pom 2.5.6

provided (1)

Идентификатор библиотеки Тип Версия
org.testatoo : testatoo jar 2.0.b34

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
io.github.bonigarcia : webdrivermanager jar 3.1.1
org.eclipse.jetty : jetty-server jar 9.4.12.v20180830

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.b4
1.0.b3
1.0.b2
1.0.b1