ParserTestRunOutput is a union datatype based for the output of running all parser test cases. Use either ParserTestRunCompleted or the ParserTestRunAborted datatype and its parameters. Below are the tables for each datatype:

Table: ParserTestRunCompleted

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 27, 2024
results[ParserTestCaseResult]yes Long-TermThe results from running each test case. See ParserTestCaseResult.

Table: ParserTestRunAborted

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 27, 2024
errorMessagestringyes Long-TermThe error message returned when a parser test is run aborted.