durable-execution-sdk-js-testing.testresult.print.md
December 2, 2025 ยท View on GitHub
Home > @aws/durable-execution-sdk-js-testing > TestResult > print
TestResult.print() method
Prints a formatted table of all operations to the console with their details.
Signature:
print(config?: {
parentId?: boolean;
name?: boolean;
type?: boolean;
subType?: boolean;
status?: boolean;
startTime?: boolean;
endTime?: boolean;
duration?: boolean;
}): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
config |
{ parentId?: boolean; name?: boolean; type?: boolean; subType?: boolean; status?: boolean; startTime?: boolean; endTime?: boolean; duration?: boolean; } |
(Optional) Optional configuration to control which columns to display |
Returns:
void