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

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

Лицензия

Лицензия

Группа

Группа

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

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

webdriver-testng-archetype
Версия

Версия

1.4.1
Тип

Тип

maven-archetype
Описание

Описание

WebDriver TestNG Archetype
Generates a basic skeleton project with Selenium WebDriver, WebDrivermanager, TestNG and Allure
Ссылка на сайт

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

https://github.com/testsmith-io/webdriver-testng-archetype
Система контроля версий

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

https://github.com/testsmith-io/webdriver-testng-archetype

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

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

Зависимости

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

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

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