Zanebug Config Files
Custom configuration settings can be passed to a test assembly. Each test assembly that is loaded is passed the Zanebug .config file (Zanebug.GUI.exe.config or Zanebug.Console.exe.config). Any custom settings that you provide in these files will be passed to the underlying test assembly. Simply add your information to either of these files.
Project Config Files
Another option is to specify your own config file at run-time. This is currently only support via the GUI. Simply select a TestAssembly and the Editor will display a text box where you can specify the .config file location.
If your TestAssembly uses NUnit or a previous version of Zanebug, you will need to copy the <assemblyBinding> node and all its contents from the Zanebug .config file (located in the <runtime> node). Your tests will not run without this. This allows execution for NUnit tests or previous Zanebug versions to execute in the current Zanebug engine.
Currently, custom .config files must be specified each time you run the GUI. The next release will store these settings, requiring you to only input them once.