Commit bf9ac4b4 authored by 马博's avatar 马博

pom add threadCount

parent 7867093d
......@@ -185,7 +185,7 @@
<!--</suiteXmlFiles>-->
<includes><include>${run}</include></includes>
<parallel>classes</parallel>
<threadCount>5</threadCount>
<threadCount>${threadCount}</threadCount>
<!-- ReportNG配置 -->
......@@ -276,9 +276,14 @@
</properties>
</profile>
</profiles>
<properties>
<run>**/*_signTest.java</run>
<threadCount>1</threadCount>
</properties>
<!--公司仓库地址-->
<repositories>
<repository>
<id>nexus</id>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment