Skip to content

Instantly share code, notes, and snippets.

@njaiswal
Last active December 16, 2015 05:19
pom.xml snippet
....
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>target/test-classes/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
</plugins>
</build>
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment