Table of Contents

Fitnesse - Installation

About

Installation of fitnesse

Steps

Files

@echo off 

SET SCRIPT_PATH=%~dp0
SET CURRENT_WK=%cd%

cd /D %SCRIPT_PATH%

start java -jar fitnesse-standalone.jar -d %SCRIPT_PATH% -p 8001

cd /D %CURRENT_WK%
fitnesse
Sep 19, 2018 11:10:36 AM fitnesse.ConfigurationParameter loadProperties
INFO: No configuration file found (C:\fitnesse\plugins.properties)
Bootstrapping FitNesse, the fully integrated standalone wiki and acceptance testing framework.
root page: fitnesse.wiki.fs.FileSystemPage at .\FitNesseRoot#latest
logger: none
authenticator: fitnesse.authentication.PromiscuousAuthenticator
page factory: fitnesse.html.template.PageFactory
page theme: bootstrap
Starting FitNesse on port: 8001

Port

FitNesse is running on port: ${FITNESSE_PORT}
Use a non-default port number, so SLIM tests systems can be run as well:
!define SLIM_PORT {1}