[ 
https://jira.codehaus.org/browse/SUREFIRE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=319169#comment-319169
 ] 

Andreas Gudian commented on SUREFIRE-960:
-----------------------------------------

You could create a file containing your tests in the generate-testResources 
phase (or somewhere near) and set the Surefire property {{includesFile}} (it 
was added in 2.13, I think) to point to that file.
                
> Read from excel to run test-cases
> ---------------------------------
>
>                 Key: SUREFIRE-960
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-960
>             Project: Maven Surefire
>          Issue Type: New Feature
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.13
>            Reporter: arun reddy
>
> Read from excel from which we read two columns 
> one column has Testclass names and second column(column2) has true and false 
> values.
> I want to run the test classes whose respective column2 value is true and 
> exclude the test classes whose respective column2 value is false.
> I tried creating a maven plugin to read the excel and fetch the test-class 
> names 
> but I dont know how to run those testclasses only.
> It would be great and helpful to my project if any one provide a solution for 
> this

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to