We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d803242 commit 8f8f321Copy full SHA for 8f8f321
pom.xml
@@ -13,6 +13,16 @@
13
<maven.compiler.target>1.8</maven.compiler.target>
14
</properties>
15
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
+
26
<dependencies>
27
<dependency>
28
<groupId>com.applitools</groupId>
0 commit comments