TSTool / Command / WriteCommandSummaryToFile
Overview
The WriteCommandSummaryToFile
command writes command logging messages to a summary file.
This is useful to review automated tests and to troubleshoot tests.
Currently only HTML format output file is supported.
This command is currently not available for TSTool but has been prototyped in the GeoProcessor. A command will be implemented in TSTool to help with automated testing.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
Need to implement UI.
Command Syntax
The command syntax is as follows:
WriteCommandSummaryToFile(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
OutputFile |
The output file to write, as an absolute path or relative to the command file. Can use ${Property} . |
None - must be specified. |
Examples
See the automated tests.
Troubleshooting
See the main TSTool Troubleshooting documentation.
See Also
CreateRegressionTestCommandFile
commandRunCommands
commandStartRegressionTestResultsReport
command