Create Java project with Maven archetype browserstack-cucumber-archetype

BrowserStack Archetype for Cucumber TestNG

Create a Java Project by archetype browserstack-cucumber-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.github.karanshah-browserstack"   -DarchetypeArtifactId="browserstack-cucumber-archetype"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Details about maven archetype browserstack-cucumber-archetype

GroupId

GroupId

io.github.karanshah-browserstack
ArtifactId

ArtifactId

browserstack-cucumber-archetype
Version

Version

1.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.karanshah-browserstack -DarchetypeArtifactId=browserstack-cucumber-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false