Adding the testng configuration to the pom.xml to avoid build failure.

revert-70aa11f8
sinthuja 7 years ago
parent a651b8978f
commit de6328d456

@ -150,7 +150,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
</plugins>
</build>

Loading…
Cancel
Save