Change test runner desktop

Is it possible to change the working directory when executing / debugging unit tests with the integrated test runner included with resharper?

+6
source share
1 answer

It turns out you can:

Main Menu > Reshaper > Options > Tools > Unit Testing > Run Tests From 

You must also, of course, change the output of the test project.

The problem with this is global change, not a project. Now I fixed my problem by changing the output directory of the system under test to the unit test output disk.

+7
source

Source: https://habr.com/ru/post/919024/


All Articles