Skip to content

TestResult

Result of a testAgent() call.

failures: string[]

List of failure descriptions (empty if all passed).


passed: boolean

Whether all assertions passed.


run: RunResult

The full RunResult from the last turn.