Skip to content
freynaud edited this page Nov 16, 2011 · 3 revisions

Jenkins example

the [user documentation] (https://github.com/freynaud/testng-support/wiki/User-documentation) explains how to run everything from your IDE.

To run the same tests in a CI, you need generate the testng.xml file corresponding to the test you want to run, plug it in your pom.xml and create a maven based job.

Creating testng.xml file to run the test is documented on the testNG site : testng.org so I will only mention the part that are specific to the selenium integration :

Clone this wiki locally