Skip to content

sparc-request/fitness-test

Repository files navigation

How to run:

  1. Open a terminal/command prompt session in the folder containing fitnesse-standalone.jar.
  2. 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

  1. Replace [USERNAME/PASSWORD] placeholders with the relevant values.
  2. Run the command. Open a web browser and navigate to http://localhost:8080/

Helpful references:

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

Author:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors