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
Original issue reported on code.google.com by
stewart@javahelp.co.uk
on 12 Apr 2013 at 11:20