Создать 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"   -DinteractiveMode=false 

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

Группа

Группа

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

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

automationWebZalenium
Версия

Версия

3.1.0
Тип

Тип

maven-archetype

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

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