Create Java project with Maven archetype serenity-cucumber4-screenplay-archetype

Serenity automated acceptance testing project using Selenium 2, JUnit and Cucumber-JVM

Create a Java Project by archetype serenity-cucumber4-screenplay-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.serenity-bdd"   -DarchetypeArtifactId="serenity-cucumber4-screenplay-archetype"   -DarchetypeVersion="2.0.81"   -DinteractiveMode=false 

Details about maven archetype serenity-cucumber4-screenplay-archetype

License

License

GroupId

GroupId

net.serenity-bdd
ArtifactId

ArtifactId

serenity-cucumber4-screenplay-archetype
Version

Version

2.0.81
Type

Type

maven-archetype
Description

Description

Serenity Cucumber 4 Screenplay Archetype
Serenity automated acceptance testing project using Selenium 2, JUnit and Cucumber-JVM
Project Organization

Project Organization

Wakaleo Consulting

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.serenity-bdd -DarchetypeArtifactId=serenity-cucumber4-screenplay-archetype -DarchetypeVersion=2.0.81 -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.