mbateman / fitnesse-launcher-maven-plugin

Automatically exported from code.google.com/p/fitnesse-launcher-maven-plugin
0 stars 0 forks source link

Need config to allow for running more than one top-level test suite #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Structure is like this:
    Front page
        --Suite Setup
        --Suite1
        --Suite2

        --SuiteTearDown

Need some config which will allow the running of both Suite1 and Suite2
<plugin>
                <groupId>uk.co.javahelp.fitnesse</groupId>
                <artifactId>fitnesse-launcher-maven-plugin</artifactId>
                <version>1.2.1</version>
                <configuration>
                    <port>${fitnesse.port}</port>
                    <workingDir>workDir</workingDir>
                    <root>${fitnesse.root}</root>
                    <createSymLink>true</createSymLink>
                    <suite>FrontPage</suite>
                </configuration>

 I tried something like this:  "<suite>FrontPage.Suite1</suite>"  or  "<suite>FrontPage/Suite1</suite>" , but this did not work.

Original issue reported on code.google.com by stewart@javahelp.co.uk on 12 Apr 2013 at 11:20

GoogleCodeExporter commented 8 years ago
See docs at 
http://fitnesse-launcher-maven-plugin.googlecode.com/svn/maven/site/fitnesse-lau
ncher-maven-plugin/filtering.html

Original comment by stewart@javahelp.co.uk on 9 Jul 2013 at 9:17