I know there is a plugins.properties file for configuring the FitNesse environment and customizing it, and that FitSharp supports a suite configuration file for certain environment settings. But does FitNesse or FitSharp support a general purpose configuration file, for setting symbols or markup variables?
The reason I ask is that I'm using RestFixture, a plug-in that allows calls to RESTful web services. A RestFixture table takes the host URL as a fixture argument. I'd like to move the host URL out of the test pages into a configuration file, so that the test pages are identical in different environments, such as dev, test and production.
Defining a markup variable in the root page gets me most of the way there but I'd prefer to move the variable out of any pages entirely.
By the way, I'm using the .NET port of RestFixture, RestFixture.Net, so I'm really looking for a solution that applies to .NET / FitSharp.