TestFx icon indicating copy to clipboard operation
TestFx copied to clipboard

Set working directory to the same as directory of test assembly

Open Slesa opened this issue 9 years ago • 1 comments

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.

Slesa avatar Jun 15 '16 16:06 Slesa

Currently a workaround would be using a IAssemblySetup (see here) and set the working directory by yourself.

matkoch avatar Jun 15 '16 16:06 matkoch