> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testdriver.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Run your first computer-use test in minutes.

TestDriver writes and runs computer-use tests for web apps, desktop apps, and browser extensions. Tests describe what a user sees and does in plain English, and run on real machines in the cloud. Pick the path that fits how you work:

<CardGroup cols={2}>
  <Card title="Add to GitHub" icon="github" href="/quickstart-github" arrow horizontal>
    No install. Mention `@testdriverai` in a PR or issue and it writes, runs, and commits tests for you.
  </Card>

  <Card title="Configure Your Agent" icon="terminal" href="/quickstart-cli" arrow horizontal>
    One command scaffolds a project and connects the TestDriver agent and MCP server to Cursor, Claude Code, VS Code, and more.
  </Card>

  <Card title="Manual" icon="wrench" href="/quickstart-manual" arrow horizontal>
    Add TestDriver to an existing Vitest project file by file.
  </Card>
</CardGroup>

<Tip><a href="https://discord.com/invite/cWDFW8DzPm" target="_blank" rel="noreferrer">Join our Discord</a> if you have questions or get stuck.</Tip>
