Skip to content

Commit 8f8f321

Browse files
Added Maven Surefire plugin to execute tests
1 parent d803242 commit 8f8f321

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
</properties>
1515

16+
<build>
17+
<plugins>
18+
<plugin>
19+
<groupId>org.apache.maven.plugins</groupId>
20+
<artifactId>maven-surefire-plugin</artifactId>
21+
<version>3.0.0-M6</version>
22+
</plugin>
23+
</plugins>
24+
</build>
25+
1626
<dependencies>
1727
<dependency>
1828
<groupId>com.applitools</groupId>

0 commit comments

Comments
 (0)