Skip to content

Instantly share code, notes, and snippets.

@jacbeekers
Created September 9, 2017 19:44
Show Gist options
  • Save jacbeekers/ff4bb0e3924e41ff7bbef6c9f92ee453 to your computer and use it in GitHub Desktop.
Save jacbeekers/ff4bb0e3924e41ff7bbef6c9f92ee453 to your computer and use it in GitHub Desktop.
# directory.properties
#
# Logical to physical directory mappings
# Syntax:
# <logical_name> = <physical_name>
# in which
# <logical_name> is the name to be used on FitNesse test pages
# <physical_name> is the path (typically the full path) of the directory
# Example:
# base = /Users/Ik1/consag/fitnesse/FitNesseRoot/files/
#
# It is recommended to inclusde a trailing /, in which case the file (if any) on a test page would not start with a forward slash.
#
base = /appl/testautomation/fitnesse/FitNesseRoot/files/
scripts = /appl/testautomation/fitnesse/testscripts/
testscripts = /appl/testautomation/fitnesse/testscripts
itwsscripts = /appl/tws
itwsdev = /appl/dev/itws
files = /appl/testautomation/fitnesse/FitNesseRoot/files
resultlocation = /appl/testautomation/fitnesse/FitNesseRoot/files/results
# JobDefinition will require a subdirectory idq in the following directory:
idqscripts = /rabo/testautomation/fitnesse/testscripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment