fix: 23 - RemoteWebDriver+ passing testng to POM

This commit is contained in:
2024-10-02 19:29:07 -04:00
parent f146baa692
commit 05e07626b1
3 changed files with 29 additions and 9 deletions
+15
View File
@@ -79,4 +79,19 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>testng.xml</suiteXmlFile> <!-- Path to your TestNG suite -->
</suiteXmlFiles>
</configuration>
</plugin>
</plugins>
</build>
</project>