Создать Java проект на основе Maven архетипа automationWebZalenium

An archetype which contains the basic automation project structure to run tests integrated with zalenium. Its able to run in parallel.

Консольная команда для создания Java-проекта на основе архетипа automationWebZalenium:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.lippia.archetypes"   -DarchetypeArtifactId="automationWebZalenium"   -DarchetypeVersion="3.1.0.1"   -DinteractiveMode=false 

Подробная информация об архетипе automationWebZalenium

Лицензия

Лицензия

Группа

Группа

io.lippia.archetypes
Идентификатор

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

automationWebZalenium
Версия

Версия

3.1.0.1
Тип

Тип

maven-archetype
Описание

Описание

zalenium-automation-archetype
An archetype which contains the basic automation project structure to run tests integrated with zalenium. Its able to run in parallel.
Ссылка на сайт

Ссылка на сайт

http://lippia.io

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.lippia.archetypes -DarchetypeArtifactId=automationWebZalenium -DarchetypeVersion=3.1.0.1 -DinteractiveMode=false

Зависимости

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

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

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