FitNesse. SuiteAcceptanceTests. SuiteTestRunnerTests.
TestRunnerGeneratesHtmlOutput [add child]

 Set Up: .FitNesse.SuiteAcceptanceTests.SetUp (edit)
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 (edit)

script Page Builder
line !path classes
line !path fitnesse.jar
line !contents
page SuiteFodder

script Page Builder
line !|fitnesse.testutil.PassFixture|
page SuiteFodder.TestPassing

script Page Builder
line !|fitnesse.testutil.FailFixture|
page SuiteFodder.TestFailing

script Page Builder
line !|fitnesse.testutil.IgnoreFixture|
page SuiteFodder.TestIgnoring

script Page Builder
line !|fitnesse.testutil.ErrorFixture|
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