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" -DarchetypeGroupId="qa.justtestlah" -DarchetypeArtifactId="justtestlah-quickstart" -DarchetypeVersion="1.8" -DinteractiveMode=false
Details about maven archetype justtestlah-quickstart
GroupId |
GroupIdqa.justtestlah |
ArtifactId |
ArtifactIdjusttestlah-quickstart |
Version |
Version1.8 |
Type |
Typemaven-archetype |
How to add to project