I'd like to copy a compiled Visual Studio Test Project (assemblies) to a target machine and run everything from there without having a license for Visual Studio on the target machine (note: only .net framework is installed on target machine).
Considering Test Projects are compiled down to IL dll code I don't see it a big stretch to run them on another machine except maybe for the GUI which shows the test results: it seems tightly integrated with the Visual Studio IDE.
I'm looking for visual output of the results without installing VS IDE, or at least to see test results without shelling out $$$ for another VS licence to only run tests.