[ 
http://jira.codehaus.org/browse/MFITNESSE-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225088#action_225088
 ] 

Atle Tokle commented on MFITNESSE-37:
-------------------------------------

FitNesse version is (v20100303)

I can't see that we have configured any goals.

The pom.xml looks like this:
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>fitnesse-maven-plugin</artifactId>
                                <version>1.0</version>
                                <configuration>
                                        <failOnError>true</failOnError>
                                        <fitnesses>
                                                <fitnesse>
                                                        
<hostName>myhost</hostName>
                                                        <port>9668</port>
                                                        
<pageName>Hovedfolder.Testfolder.TestSuite</pageName>
                                                        <type>Suite</type>
                                                        
<excludeSuiteFilter>TestUnderArbeid,HosUtvikler</excludeSuiteFilter>
                                                </fitnesse>
                                        </fitnesses>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
        
        <dependencies>
                <dependency>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>fitnesse-maven-plugin</artifactId>
                        <version>1.0</version>                  
                </dependency>
        </dependencies>




> Need support for filters when running fitnesse-tests
> ----------------------------------------------------
>
>                 Key: MFITNESSE-37
>                 URL: http://jira.codehaus.org/browse/MFITNESSE-37
>             Project: Maven 2.x Fitnesse Plugin
>          Issue Type: Improvement
>            Reporter: Atle Tokle
>            Assignee: pkernevez
>         Attachments: fitness-maven-plugin_filter-support.diff
>
>
> We work on a team where many people works with fitnesse-tests, and all tests 
> is run on Hudson as a nightly build. This requires that all team-members 
> remembers to turn off test-property on tests not still finished, to avoid the 
> build to break.
> By using the fitnesse arguments -suiteFilter and -excludeSuiteFilter, the 
> tests under work can be marked with a tag that can be excluded in the nightly 
> build, until the tests and the code is correct.
> We need support in the fitnesse-maven-plugin to configure these arguments in 
> the pom.xml file.

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to