Open
Description
Describe the bug
Running help command:
mytests.exe --help
creates TestResults
sub-folder in test application folder.
Steps To Reproduce
mytests.exe --help
Expected behavior
No changes to environment expected (we use different location for actual results folder)
Actual behavior
TestResults
folder created
Workaround
Pass unknown parameter instead of help:
mytests.exe --welp
Same help printed, but no folder created.