Revision: 4430
Author: jussi.ao.malinen
Date: Tue Dec 7 05:15:38 2010
Log: documented xunit compatible result file
http://code.google.com/p/robotframework/source/detail?r=4430
Modified:
/trunk/doc/userguide/src/Appendices/CommandLineOptions.txt
/trunk/doc/userguide/src/ExecutingTestCases/OutputFiles.txt
=======================================
--- /trunk/doc/userguide/src/Appendices/CommandLineOptions.txt Thu Dec 2
07:31:20 2010
+++ /trunk/doc/userguide/src/Appendices/CommandLineOptions.txt Tue Dec 7
05:15:38 2010
@@ -26,8 +26,8 @@
-n, --noncritical <tag> Tests that have the given tag are `not
critical`_.
--runmode <mode> Sets the execution mode for this test run.
Valid modes are `ContinueOnFailure`_,
- `ExitOnFailure`_, `SkipTeardownOnExit`_,
- `DryRun`_, and `Random`_:<what>.
+ `ExitOnFailure`_, `SkipTeardownOnExit`_,
+ `DryRun`_, and `Random`_:<what>.
-v, --variable <name:value> Sets `individual variables`_.
-V, --variablefile <path:args> Sets variables using `variable files`_.
-d, --outputdir <dir> Defines where to `create output files`_.
@@ -35,7 +35,9 @@
-l, --log <file> Sets the path to the generated `log file`_.
-r, --report <file> Sets the path to the generated `report file`_.
-S, --summary <file> Sets the path to the generated `summary file`_.
- -b, --debugfile <file> The `debug file`_ that is written during
execution.
+ -x, --xunitfile <file> Sets the path to the generated `XUnit compatible
result file`_.
+ New in Robot Framework 2.5.5.
+ -b, --debugfile <file> A `debug file`_ that is written during execution.
-T, --timestampoutputs `Adds a timestamp`_ to all output files.
--splitoutputs <level> `Splits output and log`_ files.
--logtitle <title> `Sets a title`_ for the generated test log.
@@ -80,7 +82,9 @@
-o, --output <file> Sets the path to the generated `output file`_.
-l, --log <file> Sets the path to the generated `log file`_.
-r, --report <file> Sets the path to the generated `report file`_.
- -S, --summary <file> Sets the path to the generated `summary file`_.
+ -S, --summary <file> Sets the path to the generated `summary file`_.
+ -x, --xunitfile <file> Sets the path to the generated `XUnit compatible
result file`_.
+ New in Robot Framework 2.5.5.
-T, --timestampoutputs `Adds a timestamp`_ to all output files.
--splitoutputs <level> `Splits output and log`_ files.
--logtitle <title> `Sets a title`_ for the generated test log.
=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/OutputFiles.txt Fri Aug 27
01:51:24 2010
+++ /trunk/doc/userguide/src/ExecutingTestCases/OutputFiles.txt Tue Dec 7
05:15:38 2010
@@ -129,6 +129,16 @@
An example summary file
+XUnit compatible result file
+''''''''''''''''''''''''''''
+XUnit result files contain the test run summary in XUnit compatible XML
format.
+This file can be used as input for tools that process XUnit data. For
example,
+Hudson continuous integration server has built-in support for this output
format
+and can be configured to generate test history based on this file.
+
+XUnit output files are not created unless the command line option
+:opt:`--xunitfile (-x)` is used explicitly.
+
Debug file
''''''''''