- Open a terminal/command prompt session in the folder containing
fitnesse-standalone.jar. - Paste the following command into your terminal/command prompt:
java -Xmx500M \
-Dsparc.user.password=[SPARC PASSWORD] \
-Dsparc.user.password=[SPARC ADMIN PASSWORD] \
-Dsparc.url=[URL] \
-Dsparc.fulfillment.url=[Fulfillment URL] \
-jar fitnesse-standalone.jar -p 8080
- Replace [USERNAME/PASSWORD] placeholders with the relevant values.
- Run the command. Open a web browser and navigate to http://localhost:8080/
Basic markup: http://www.fitnesse.org/FitNesse.UserGuide.FitNesseWiki.MarkupLanguageReference
Browser test commands: http://localhost:8080/HsacExamples.SlimTests.BrowserTests
Symbols: http://localhost:8080/FitNesse.FullReferenceGuide.UserGuide.WritingAcceptanceTests.SliM.SymbolsInTables
HTML selectors: http://localhost:8080/HsacExamples.SlimTests.BrowserTests.TechnicalSelectors
- Eric Neuhaus eric-neuhaus@uiowa.edu