[ http://jira.codehaus.org/browse/MSUREFIRE-40?page=comments#action_56006 ] 

Jesse Kuhnert commented on MSUREFIRE-40:
----------------------------------------

I accidently addressed this in the top level issue comments, but my first 
thoughts were that it should probably be ok to add specific testing framework 
configurations with the following in mind:

-) Includes/Excludes still overlap - I'm still able to hand off an array of 
class names to run to testng, so this very basic configuration point that the 
current documentation covers would still hold true, an important factor I think 
in getting people up and running with as little hassle as possible. 

The other, more specific testng configuration specs should still be very light 
in configuration as they mostly do all the same things. 

-) Grouping - TestNG lets you group your tests/methods/etc via javadoc or real 
annotation grouping semantics, so a sample configuration point for this might 
look as simple as: 
<groups>
<group>function</group>
<group>integration</group>
</groups>

-) Suites  - For those people that use the xml suite run configuration, it 
would be a normal-ish file path config:
<suiteXML>${basedir}/src/test/test-data/testng-suite.xml</suiteXML>

There are probably a couple other parameters that I'm leaving out but I don't 
think any of them require more than a line or two max to configure properly. 

> Add relevant parameters for configuring testng
> ----------------------------------------------
>
>          Key: MSUREFIRE-40
>          URL: http://jira.codehaus.org/browse/MSUREFIRE-40
>      Project: Maven 2.x Surefire Plugin
>         Type: Sub-task

>  Environment: any
>     Reporter: Jesse Kuhnert

>
>
> Add all of the normal testng parameters to runtime, like which groups to run, 
> an optional suite.xml file to use, etc. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to