mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.testsmith" -DarchetypeArtifactId="webdriver-testng-archetype" -DarchetypeVersion="1.4.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.testsmith |
ArtifactId | ArtifactIdwebdriver-testng-archetype |
Version | Version1.4.1 |
Type | Typemaven-archetype |
Description |
DescriptionWebDriver TestNG Archetype
Generates a basic skeleton project with Selenium WebDriver, WebDrivermanager, TestNG and Allure
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.testsmith -DarchetypeArtifactId=webdriver-testng-archetype -DarchetypeVersion=1.4.1 -DinteractiveMode=false