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

Archetype for a Maven project intended to develop tests with Selenium WebDriver and TestNG

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjavaVersion="My-javaVersion"   -DarchetypeGroupId="ru.stqa.selenium"   -DarchetypeArtifactId="webdriver-testng-archetype"   -DarchetypeVersion="4.5"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

javaVersion
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

ru.stqa.selenium
Идентификатор

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

webdriver-testng-archetype
Версия

Версия

4.5
Тип

Тип

maven-archetype
Описание

Описание

WebDriver TestNG Archetype
Archetype for a Maven project intended to develop tests with Selenium WebDriver and TestNG
Ссылка на сайт

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

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

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

https://github.com/barancev/webdriver-testng-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ru.stqa.selenium -DarchetypeArtifactId=webdriver-testng-archetype -DarchetypeVersion=4.5 -DinteractiveMode=false

Зависимости

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

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

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