[
https://issues.apache.org/jira/browse/SUREFIRE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955760#comment-14955760
]
Tibor Digana edited comment on SUREFIRE-622 at 10/13/15 11:35 PM:
------------------------------------------------------------------
commit 14ab8a3487110cac5df11991a08ee4982e556c34
commit b249b9e048e3285c84ca921ca83749170e6e5069
was (Author: tibor17):
commit 14ab8a3487110cac5df11991a08ee4982e556c34
> The TestNG command line option '-testrunfactory' should be supported.
> ---------------------------------------------------------------------
>
> Key: SUREFIRE-622
> URL: https://issues.apache.org/jira/browse/SUREFIRE-622
> Project: Maven Surefire
> Issue Type: Improvement
> Components: TestNG support
> Reporter: Orien Madgwick
> Assignee: Tibor Digana
> Fix For: 2.19
>
> Attachments: surefire_add_testng_testrunfactory_property_support.patch
>
>
> Version 5.9 of TestNG added the {{-testrunfactory}} command line option for
> registering a custom test runner factory. The Maven Surefire Plugin should
> support this option.
> Ideally, one should be able to specify the option in the Surefire
> configuration of their project's pom.xml file.
> {code:xml}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <properties>
> <property>
> <name>testrunfactory</name>
> <value>org.example.CustomTestRunnerFactory</value>
> </property>
> </properties>
> </configuration>
> </plugin>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)