Skip to content

Commit 36e8a7a

Browse files
committed
Includes all changes for framework
1 parent e0a214f commit 36e8a7a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@
7878
<version>2.18.1</version>
7979
</dependency>
8080
</dependencies>
81-
81+
<build>
82+
<plugins>
83+
<plugin>
84+
<groupId>org.apache.maven.plugins</groupId>
85+
<artifactId>maven-surefire-plugin</artifactId>
86+
<version>3.0.0-M5</version>
87+
<configuration>
88+
<suiteXmlFiles>
89+
<!-- Specify the testng.xml file to use -->
90+
<suiteXmlFile>${suiteXMLFile}</suiteXmlFile>
91+
</suiteXmlFiles>
92+
</configuration>
93+
</plugin>
94+
</plugins>
95+
</build>
8296

8397
</project>

0 commit comments

Comments
 (0)