FitNesse. SuiteAcceptanceTests. SuiteTestRunnerTests.
TestRunnerGeneratesHtmlOutput
The TestRunner has the ability to dump the HTML output produced by the test execution. To invoke this option, the -html command line option must be used. This parameter reauires a specified file where the output will be dumped. Optionaly, the stdout keywork may be used and the HTML will be dumped to standard output.

example command line: java fitnesse.runner.TestRunner -hmlt stdout localhost 9123 PageName

 Included page: CreateSamplePages
Action Fixture.
start Page Builder
enter line !path classes
enter line !contents
enter page SuiteFodder

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.PassFixture|
enter page SuiteFodder.TestPassing

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.FailFixture|
enter page SuiteFodder.TestFailing

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.IgnoreFixture|
enter page SuiteFodder.TestIgnoring

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.ErrorFixture|
enter page SuiteFodder.TestCrashing

Test Runner Fixture
args page name =output?
-html stdout SuiteFodder.TestPassing testHtml

String Fixture
value= starts with? ends with? contains?
testHtml <!DOCTYPE HTML </html>\n PassFixture

Test Runner Fixture
args page name =output?
-html stdout SuiteFodder suiteHtml

String Fixture
value= starts with? ends with? contains?
suiteHtml <!DOCTYPE HTML </html>\n 1 right, 1 wrong, 1 ignored, 1 exceptions


.FrontPage .RecentChanges .FitNesse.SuiteAcceptanceTests