<legend id='XbmeB'><style id='XbmeB'><dir id='XbmeB'><q id='XbmeB'></q></dir></style></legend>

    <small id='XbmeB'></small><noframes id='XbmeB'>

    <i id='XbmeB'><tr id='XbmeB'><dt id='XbmeB'><q id='XbmeB'><span id='XbmeB'><b id='XbmeB'><form id='XbmeB'><ins id='XbmeB'></ins><ul id='XbmeB'></ul><sub id='XbmeB'></sub></form><legend id='XbmeB'></legend><bdo id='XbmeB'><pre id='XbmeB'><center id='XbmeB'></center></pre></bdo></b><th id='XbmeB'></th></span></q></dt></tr></i><div id='XbmeB'><tfoot id='XbmeB'></tfoot><dl id='XbmeB'><fieldset id='XbmeB'></fieldset></dl></div>
  • <tfoot id='XbmeB'></tfoot>

    • <bdo id='XbmeB'></bdo><ul id='XbmeB'></ul>

      1. maven pom.xml 如何识别非标准项目结构中的 testng 测

        时间:2023-10-01
      2. <small id='TK74Z'></small><noframes id='TK74Z'>

          <legend id='TK74Z'><style id='TK74Z'><dir id='TK74Z'><q id='TK74Z'></q></dir></style></legend>

            <tbody id='TK74Z'></tbody>
                <bdo id='TK74Z'></bdo><ul id='TK74Z'></ul>
              • <i id='TK74Z'><tr id='TK74Z'><dt id='TK74Z'><q id='TK74Z'><span id='TK74Z'><b id='TK74Z'><form id='TK74Z'><ins id='TK74Z'></ins><ul id='TK74Z'></ul><sub id='TK74Z'></sub></form><legend id='TK74Z'></legend><bdo id='TK74Z'><pre id='TK74Z'><center id='TK74Z'></center></pre></bdo></b><th id='TK74Z'></th></span></q></dt></tr></i><div id='TK74Z'><tfoot id='TK74Z'></tfoot><dl id='TK74Z'><fieldset id='TK74Z'></fieldset></dl></div>

                  <tfoot id='TK74Z'></tfoot>
                1. 本文介绍了maven pom.xml 如何识别非标准项目结构中的 testng 测试用例?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我对 maven 和 testng 完全陌生.我使用 maven 作为构建工具,并使用 testng 作为我的测试框架.我没有遵循标准的 Maven 项目结构.现在我希望我的 pom.xml 在我的项目中执行测试用例.问题是,pom.xml 如何知道要考虑执行哪些测试用例?

                  解决方案

                  如果你把它放在一个地方,你需要设置 maven-surefire-plugin 配置的 testClassesDirectory 参数:

                  <代码><项目>[...]<构建><插件><插件><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><版本>2.17</版本><配置><testClassesDirectory>路径/到/编译的测试类</testClassesDirectory></配置></插件></插件></构建>[...]</项目>

                  所有这些都在 Maven Surefire 插件文档中详细记录了p>

                  I am completely new to maven and testng. I am using maven as build tool, and testng as my testing framework. I am not following the standard maven project structure. Now I want my pom.xml to execute the test cases in my project. The question is, how pom.xml knows what are the test cases to consider for execution?

                  解决方案

                  If you keep this in a single place you need to set the testClassesDirectory argument of the maven-surefire-plugin configuration:

                  <project>
                    [...]
                    <build>
                      <plugins>
                        <plugin>
                          <groupId>org.apache.maven.plugins</groupId>
                          <artifactId>maven-surefire-plugin</artifactId>
                          <version>2.17</version>
                          <configuration>
                            <testClassesDirectory>path/to/compiled test classes</testClassesDirectory>
                          </configuration>
                        </plugin>
                      </plugins>
                    </build>
                    [...]
                  </project>
                  

                  All of this is well documented in the Maven Surefire Plugin Documentation

                  这篇关于maven pom.xml 如何识别非标准项目结构中的 testng 测试用例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如果其他测试失败,我可以跳过 Junit 测试吗? 下一篇:为什么我的测试抛出异常 - 无法在 webdriver 中定位

                  相关文章

                  最新文章

                  • <bdo id='YIbw9'></bdo><ul id='YIbw9'></ul>

                  <i id='YIbw9'><tr id='YIbw9'><dt id='YIbw9'><q id='YIbw9'><span id='YIbw9'><b id='YIbw9'><form id='YIbw9'><ins id='YIbw9'></ins><ul id='YIbw9'></ul><sub id='YIbw9'></sub></form><legend id='YIbw9'></legend><bdo id='YIbw9'><pre id='YIbw9'><center id='YIbw9'></center></pre></bdo></b><th id='YIbw9'></th></span></q></dt></tr></i><div id='YIbw9'><tfoot id='YIbw9'></tfoot><dl id='YIbw9'><fieldset id='YIbw9'></fieldset></dl></div>
                  <tfoot id='YIbw9'></tfoot>

                      <small id='YIbw9'></small><noframes id='YIbw9'>

                    1. <legend id='YIbw9'><style id='YIbw9'><dir id='YIbw9'><q id='YIbw9'></q></dir></style></legend>