This commit introduces a test.runsettings file to configure the test environment. It specifies the results directory for test outputs, setting it to the system's temporary folder. This aids in standardizing and managing test outputs centrally.
This will make sure the junks from test result will got to %temp%\TestResults
Visual studio has feature to auto-select .runsettings file but in case it wasn't auto-selected there is also option to manually select.
For Rider you will have to select it manually.
This commit introduces a test.runsettings file to configure the test environment. It specifies the results directory for test outputs, setting it to the system's temporary folder. This aids in standardizing and managing test outputs centrally.
This will make sure the junks from test result will got to %temp%\TestResults
Visual studio has feature to auto-select .runsettings file but in case it wasn't auto-selected there is also option to manually select. For Rider you will have to select it manually.
Useful links