FitNesse.NET
Test Runner
Test Runner is a command line program that lets you execute FitNesse tests and suites in a batch mode.

By default, Test Runner loads the assemblies specified by the FitNesse path command, but you can override this.

Test results are written by default in a plain text format that can be formatted using a FitNesse Java class. See fitnesse.org/FitNesse.CommandLineTestRunner. Test results can also be written in XML format.

To use:
    TestRunner [-c config] [-debug] [-nopaths] [-results resultFile] [-format text|xml] [-suiteFilter filtertag] [-v]
        host port pageName [assemblies]
where:Example:
    TestRunner -results myResults.txt localhost 8080 MySuite

© Copyright 2007,2008 Syterra Software Inc. All rights reserved.