maven執行特定testng的方法

在pom文件中以下plugin      指定somkeoneTestng.xml和somketwoTestng.xml便可apache

 

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
     <configuration>   
        <!--<testFailureIgnore>true</testFailureIgnore>-->   
        <suiteXmlFiles>  
            <suiteXmlFile>somkeoneTestng.xml</suiteXmlFile>
            <suiteXmlFile>somketwoTestng.xml</suiteXmlFile>  
              
        </suiteXmlFiles>  
    </configuration>  
</plugin>
相關文章
相關標籤/搜索