# TestRunResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/test-watcher.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/test-watcher.ts#L36)

## Properties

| Property | Type |
|---|---|
| `passed` | `boolean` |
| `stdout` | `string` |
| `stderr` | `string` |
| `durationMs` | `number` |
| `timedOut` | `boolean` |
