# getFixtureUrl

**Kind:** Function

**Source:** [`atloria-monorepo/apps/screenshot-worker/test/fixtures/pages/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/test/fixtures/pages/index.ts#L20)

Get file:// URL for a fixture page

## Signature

```ts
function getFixtureUrl(page: keyof typeof FIXTURE_PAGES): string
```

## Parameters

| Name | Type |
|---|---|
| `page` | `keyof typeof FIXTURE_PAGES` |

**Returns:** `string`
