An example maven based Fitnesse project generated using fitnesse-quickstart archetype.
mvn clean testBy default, fitnesse will start running on port 8082 at http://127.0.0.1:8082. To run it on a different port:
mvn clean test -Dport=9090You can run the following to run a suite headlessly.
mvn clean test-compile failsafe:integration-testBy default, fitnesse will run FitNesse.SuiteAcceptanceTests suite.
To run a different suite:
mvn clean test-compile failsafe:integration-test -DsuitePath=FitNesse.SuiteAcceptanceTestsAll of root urls can be stored in FitNesse/plugins.properties file.
Note: Any changes to the file requires a FitNesse restart.
Same file can be used to add any FitNesse related plugins.