Generating HTML output for a set of tests

Mar 7 at 1:57 PM
I have a solution with three unit test projects that use xUnit.net. I would like to run xUnit to generate HTML output for those three projects. I've found an article on doing so with an MSBuild project, but it assumes previous knowledge of MSBuild and skips a few steps. I can not find any information on doing this from the command line.

What is the best way to generate HTML output from xUnit.net?
Coordinator
Mar 7 at 10:17 PM
The command line runner includes the /html switch which can generate HTML for you.
Mar 9 at 4:59 PM
Where can I find a list of the command-line options?
Mar 9 at 6:49 PM
Mar 15 at 5:20 PM
Edited Mar 15 at 5:20 PM
(Ignore. Weird browser behavior.)