path - How to get FitNesse root or page folder in FitSharp -


recently encountered problem , have searched lot no solution now. know how can root directory or page folder of fitnesse in fitsharp fixture codes? 1 of troubles have lot of existing pages arranged in different suites , want add new features these pages requiring absolute path of fitnesse folder. using fixture environmental parameter in pages require lot of effort. trying use hard configuration in app.config example!

big in advance! looking forward kind answer.

the root path available fitnesse predefined variable. pass fixture can expose property. go in setup page.

|rootpath| |load|${fitnesse_rootpath}|  public class rootpath {   public static string path;   public void load(string value) { path = value;} } 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -