fitSharp
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 http://fitnesse.org/FitNesse.UserGuide.FormattingOption. Test results can also be written in XML format.

To use:
    c:\program files\fitsharp\runner
        -r fitnesse.fitserver.TestRunner,c:\program files\fitsharp\fit.dll
        [-a appconfig] [-c suiteconfig] [-debug] [-nopaths] [-results resultFile] [-format text|xml] [-suiteFilter filtertag] [-v]
        host port pageName [assemblies]
where:Example:
    c:\program files\fitsharp\runner
        -r fitnesse.fitserver.TestRunner,c:\program files\fitsharp\fit.dll
        -results myResults.txt localhost 8080 MySuite

© Copyright Syterra Software Inc. All rights reserved.