Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 475 Bytes

testng-selenium-archetype

Quickly get up and running with testng-selenium.

You can quickly generate a testng-selenium project in a terminal with the following command:

mvn archetype:generate \
  -DarchetypeGroupId=com.github.jsdevel \
  -DarchetypeArtifactId=testng-selenium-archetype

For information on using testng-selenium head over to the testng-selenium project page.