Create Java project with Maven archetype webdriver-testng-archetype

Generates a basic skeleton project with Selenium WebDriver, WebDrivermanager, TestNG and Allure

Create a Java Project by archetype webdriver-testng-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.testsmith"   -DarchetypeArtifactId="webdriver-testng-archetype"   -DarchetypeVersion="1.4.1"   -DinteractiveMode=false 

Details about maven archetype webdriver-testng-archetype

License

License

GroupId

GroupId

io.testsmith
ArtifactId

ArtifactId

webdriver-testng-archetype
Version

Version

1.4.1
Type

Type

maven-archetype
Description

Description

WebDriver TestNG Archetype
Generates a basic skeleton project with Selenium WebDriver, WebDrivermanager, TestNG and Allure
Project URL

Project URL

https://github.com/testsmith-io/webdriver-testng-archetype
Source Code Management

Source Code Management

https://github.com/testsmith-io/webdriver-testng-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.testsmith -DarchetypeArtifactId=webdriver-testng-archetype -DarchetypeVersion=1.4.1 -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.