Создать Java проект на основе Maven архетипа webdriver-testng-archetype

Generates a basic skeleton project with Selenium WebDriver, WebDrivermanager, TestNG and Allure

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.testsmith"   -DarchetypeArtifactId="webdriver-testng-archetype"   -DarchetypeVersion="0.6"   -DinteractiveMode=false 

Подробная информация об архетипе webdriver-testng-archetype

Группа

Группа

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

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

webdriver-testng-archetype
Версия

Версия

0.6
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.testsmith -DarchetypeArtifactId=webdriver-testng-archetype -DarchetypeVersion=0.6 -DinteractiveMode=false