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

An archetype which contains the basic automation project structure to run tests integrated with zalenium and post results on Report Server. Its able to run in parallel.

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

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

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

Лицензия

Лицензия

Группа

Группа

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

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

automationWebZaleniumReportServer
Версия

Версия

3.1.0.1
Тип

Тип

maven-archetype
Описание

Описание

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

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

http://lippia.io

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

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

Зависимости

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

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

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