Include dynamic paths in FitNesse -
is there way include dynamic paths in fitnesse ?
assuming have following structure
credentials - local - customer - admin - staging - customer - admin testlogin +
in testlogin
page like
!define platform (local) !include .credentials.${platform}.customer .... test tables
i've (unsuccessfully) tried defining path:
!define path (.credentials.${platform}.customer) !include ${path}
edit accepted answer, strictly speaking, doesn't answer question (seems it's not possible) provides alternative.
could trying achieve like: example of why 1 want symbolic links in user guide?
would acceptable switch 'axes' of reuse (i.e. create single suite containing testlogin , use symbolic link include in hierarchy each environment each hierarchy defines variables (used in testlogin) specific environment)?
Comments
Post a Comment