TestFx
TestFx copied to clipboard
Set working directory to the same as directory of test assembly
Currently, the working directory is the path of the resharper plugin. This means, that if a test requires local files, it has to guess the full qualified path to its data.
Currently a workaround would be using a IAssemblySetup (see here) and set the working directory by yourself.