Skip to content

TestSessionResult

Result of a testSession() call.

failures: string[]

List of failure descriptions.


passed: boolean

Whether all assertions passed.


session: object

Final session state.

history: Message[]

id: string

state: Record<string, unknown>


turns: RunResult[]

Results from each turn.