SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.83k stars 913 forks source link

Add initial test.runsettings file #8857

Open ivandrofly opened 1 month ago

ivandrofly commented 1 month ago

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