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

# Opslane: Real-browser testing on every PR

> Opslane automatically tests every pull request using a real browser — no test scripts, no maintenance. Get pass/fail results with screenshots and video.

Opslane watches your GitHub repositories and runs real-browser tests on every pull request — automatically. You get a pass/fail result with screenshots and video posted directly as a PR comment. No Playwright scripts to write, no Cypress config to maintain, no flaky tests to chase.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Connect your repo and get your first PR tested in under 2 minutes.
  </Card>

  <Card title="How It Works" icon="magnifying-glass" href="/how-it-works">
    Learn how Opslane crawls your app and verifies your flows on every PR.
  </Card>

  <Card title="GitHub Integration" icon="github" href="/integrations/github">
    Set up the Opslane GitHub App and configure repo access.
  </Card>

  <Card title="Supported Stacks" icon="layer-group" href="/integrations/supported-stacks">
    See which frameworks and languages Opslane works with out of the box.
  </Card>
</CardGroup>

## How Opslane works

<Steps>
  <Step title="Connect your repo">
    Install the Opslane GitHub App and link your repository. Takes about 30 seconds.
  </Step>

  <Step title="Open a pull request">
    Push a branch and open a PR. Opslane automatically picks it up and spins up a real browser in an ephemeral sandbox.
  </Step>

  <Step title="Opslane verifies your app">
    The browser crawls your app, tests critical flows, and checks that nothing broke from the PR's changes.
  </Step>

  <Step title="Get results on the PR">
    A comment appears on your PR with a pass/fail status, screenshots, and a video of the run. Regressions block the merge automatically.
  </Step>
</Steps>

<Note>
  Opslane is free during early access. [Get started →](https://app.opslane.com/auth/github/login)
</Note>
