码迷,mamicode.com
首页 > 其他好文 > 详细

Maven项目中mvn test执行TestNG配置文件

时间:2021-05-24 03:28:46      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ati   文件   rect   epo   exec   输出   文件目录   conf   exe   

           <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>3.0.0-M5</version>
                <configuration>
                    <!-- Suite testng xml file to consider for test execution -->
                    <suiteXmlFiles>
                    <!--mvn test命令默认执行的testng.xml文件名 -->
                        <suiteXmlFile>testng2.xml</suiteXmlFile>
                    </suiteXmlFiles>
                    <!--mvn test命令输出默认报告的文件目录 -->
                    <reportsDirectory>${basedir}/test-out</reportsDirectory>

                </configuration>
            </plugin>

Maven项目中mvn test执行TestNG配置文件

标签:ati   文件   rect   epo   exec   输出   文件目录   conf   exe   

原文地址:https://www.cnblogs.com/zizhuxuexi/p/14748631.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!