xunit.runner.wpf icon indicating copy to clipboard operation
xunit.runner.wpf copied to clipboard

Tests does not execute when the assembly is not in the current directory or PATH

Open ramon-garcia opened this issue 7 years ago • 0 comments

When one loads an assembly from the menu, and then tries to execute tests, the execution fails silently. No log file, no message, nothing.

After debugging the code, one finds that the full path of the assembly is lost in the test discovery, and then the worker tries to execute the assembly without the full path.

In addition, the diagnostic information generated by the worker in Console.Writeline, should be redirected to a file so that it can be read later. At present, it is silently lost.

ramon-garcia avatar Jun 06 '17 20:06 ramon-garcia