Gavrila Budiwijaya created SUREFIRE-1650:
--------------------------------------------
Summary: Running multiple xml using suiteXmlFiles resulting in 0
test count
Key: SUREFIRE-1650
URL: https://issues.apache.org/jira/browse/SUREFIRE-1650
Project: Maven Surefire
Issue Type: Bug
Components: Maven Surefire Plugin, TestNG support
Affects Versions: 3.0.0-M3
Reporter: Gavrila Budiwijaya
Attachments: Zero Test Count.png
POM setup:
{code:java}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<configuration>
<argLine>
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar"
-Dcucumber.options="--plugin
io.qameta.allure.cucumber4jvm.AllureCucumber4Jvm"
</argLine>
<suiteXmlFiles>
<suiteXmlFile>${suiteXmlFile}</suiteXmlFile>
</suiteXmlFiles>
<systemPropertyVariables>
<config>${config}</config>
</systemPropertyVariables>
</configuration>
</plugin>
{code}
Run using command line and multiple xml will results in 0 test count
!Zero Test Count.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)