Testatoo :: POM

Master POM of Ovea projects

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Testatoo :: POM
Master POM of Ovea projects
Организация-разработчик

Организация-разработчик

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

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

http://github.com/Ovea/testatoo

Скачать testatoo-pom

Имя Файла Размер
testatoo-pom-2.pom 2 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Testatoo

CircleCI Gitter chat codecov License

TEstatoo Logo

Documentation and Samples

The documentation is available here

Samples are available here

Quickstart

Get Started in 5 minutes here

Downloading

Latest Testatoo version is available on Maven Central

<dependency>
  <groupId>org.testatoo</groupId>
  <artifactId>testatoo</artifactId>
  <version>2.0.b27</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"
...

Maven

Follow the instructions Maven Installation Instructions

$ mvn --version  
Apache Maven 3.5.0
...

Installation Steps

$ git clone https://github.com/Ovea/testatoo
$ 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:3.0.1-aluminum
or
- docker run -d -p 4444:4444 selenium/standalone-chrome:3.0.1-aluminum

In your Terminal

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

OVEA

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

Версия
2
1