nUnit tests configuration file
I have a large number of unit and integrations tests using nUnit, these tests use a configuration file to store various configuration values, there does not seem to be a way of indicating a configuration file to use when running these tests using dotCover.
Please sign in to leave a comment.
Hi Paul,
app.config files are supported, of course. Or do you mean something else?
The way the tests are setup is there is a single nunit file and then a config file with the same name as the nunit file but with an extension of config in the same folder. This will be automatically picked up by nunit for all the tests. This is the config file that I would like dotCover to use.
Thanks.
Paul
Hi Paul,
unfortunately it's not supported yet. I've created a request in our issue tracker: http://youtrack.jetbrains.com/issue/DCVR-5823