mvn -D

来源:互联网 发布:怎样可以查找数据 编辑:程序博客网 时间:2024/06/05 15:29

clean test -DtestNG.file=target/classes/suites/TA.xml

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<configuration>
<suiteXmlFiles>
<!-- <suiteXmlFile>target/classes/suites/Whitney.xml</suiteXmlFile> -->
<suiteXmlFile>${testNG.file}</suiteXmlFile>
</suiteXmlFiles>
<!-- <parallel>methods</parallel> <threadCount>10</threadCount> -->
</configuration>
</plugin>


clean test -Dmaven.test.failure.ignore=true surefire-report:report-only

原创粉丝点击