I'm currently building a suite of Watir tests for my .net web application.
I have wired the watir tests into the Thoughtworks Cruise continuous build using Rake.
What is the best way to pass a number of server urls to the watir tests so I can run the tests against a number of different environments? e.g. build, test, uat etc.
Cheers!