# StepValidationResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts#L244)

Per-step validation verdict.

## Properties

| Property | Type |
|---|---|
| `order` | `number` |
| `found` | `boolean` |
| `via` | `'selector' | 'xpath' | 'healed' | 'none'` |
| `healedSelector` | `string` |
| `healedXpath` | `string` |
| `unreached` | `boolean` |
| `error` | `string` |
