I want to do this:
in nunit, go to: project > cofigurations and choose a configuration file by name, such as :
"firefox" "chrome"
in each of these files, I want to add a custom property: browser.
crude example of the file:
<NUnitProject>
<settings, etc....
<browser = "firefox">
</NUnitProject>
in my code, I want to access this config file, and read the browser property.