Create Java project with 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.

Create a Java Project by archetype justtestlah-quickstart with Command Line:

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 

Required parameters for generate java project:

jtlVersion
validationRegex: none
awsdevicefarm
validationRegex: none
applitools
validationRegex: none
browserstack
validationRegex: none
galen
validationRegex: none
mobile
validationRegex: none
visual
validationRegex: none

Details about maven archetype justtestlah-quickstart

License

License

GroupId

GroupId

qa.justtestlah
ArtifactId

ArtifactId

justtestlah-quickstart
Version

Version

1.9-RC4
Type

Type

maven-archetype
Description

Description

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.

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.