8000 Sample Tests · LambdaTest/java-testng-selenium@0d7ae21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d7ae21

Browse files
committed
Sample Tests
1 parent fbdcc1c commit 0d7ae21

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,13 @@
169169
<suiteXmlFile>src/test/resources/parallelJenkinsThreadControl.xml</suiteXmlFile>
170170
</suiteXmlFiles>
171171

172-
<property>
173-
<name>threadcount</name>
174-
<value>${threadcount}</value>
175-
</property>
172+
<systemProperties>
173+
<systemProperty>
174+
<name>threadcount</name>
175+
<value>${threadcount}</value>
176+
177+
</systemProperty>
178+
</systemProperties>
176179
</configuration>
177180
</plugin>
178181
</plugins>

0 commit comments

Comments
 (0)
0