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

JustTestLah! is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. JustTestLah's main aim is to make the configuration and the actual test code as easy as possible.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjtlVersion="My-jtlVersion"   -Dawsdevicefarm="My-awsdevicefarm"   -Dapplitools="My-applitools"   -Dbrowserstack="My-browserstack"   -Dgalen="My-galen"   -Dmobile="My-mobile"   -Dvisual="My-visual"   -DarchetypeGroupId="qa.justtestlah"   -DarchetypeArtifactId="justtestlah-quickstart"   -DarchetypeVersion="1.9-RC4"   -DinteractiveMode=false 

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

jtlVersion
validationRegex: нет
awsdevicefarm
validationRegex: нет
applitools
validationRegex: нет
browserstack
validationRegex: нет
galen
validationRegex: нет
mobile
validationRegex: нет
visual
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

qa.justtestlah
Идентификатор

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

justtestlah-quickstart
Версия

Версия

1.9-RC4
Тип

Тип

maven-archetype
Описание

Описание

JustTestLah! Quickstart
JustTestLah! is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. JustTestLah's main aim is to make the configuration and the actual test code as easy as possible.

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=qa.justtestlah -DarchetypeArtifactId=justtestlah-quickstart -DarchetypeVersion=1.9-RC4 -DinteractiveMode=false

Зависимости

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

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

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