Pilchie / xunit.runner.wpf

XUnit Gui written in WPF
Apache License 2.0
44 stars 41 forks source link

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

Open ramon-garcia opened 7 years ago

ramon-garcia commented 7 years ago

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.