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

Key Features
| Feature | Description |
|---|---|
| Fast Setup | Get started in minutes — share your URL and (optionally) a test account |
| Feature Exploration (Beta) | TestSprite explores your live app feature by feature so the test plan reflects real behavior, not docs |
| AI-Generated Test Cases | Test plans tailored to your real screens and flows; full control to add, remove, or refine |
| Step-by-Step Replay | Every run records a video + per-step screenshots — replay to see what happened visually |
| Live Test Preview | Watch tests run in real time and catch issues as they happen |
| Auto-Heal (Pro) | When the UI drifts, TestSprite re-decides selectors against the live DOM instead of marking the test Failed |
| Natural Language Refinement | Adjust any test in natural language — no code required |
| Reusable Test Code | Generated Python + Playwright tests, ready to drop into CI/CD or regression suites |
The UI Testing Journey
Feature Exploration
How TestSprite walks your live app to discover what to test
Plan Generation & Editing
Review the plan grounded in observed flows; edit, add, prune
Test Generation
Python + Playwright code per test case
Step-by-Step Walkthrough
Per-step screenshots, video, and behavior trace for one test
Agent Actions
Project-level video gallery — every recording, bucketed by status
Rerun
Re-execute a single test, the whole project, or a scheduled run
Auto-Heal (Pro)
Recover UI tests when the page changed but the flow is fine
What Lives Where
The Web Portal sidebar for a UI project is grouped into Overview / Data / Result. UI projects don’t have integration chains, shared-value wiring, or cleanup phases, so the sidebar is shorter than a backend project’s
| Group | Item | What you see |
|---|---|---|
| Overview | Use Case Flow | Site map of explored features; click a node to drill in |
| Overview | Integration Testsdefault | Flat list of UI test cases with status chips and last-run results — clicking a row opens its detail page (recorded video, step-by-step screenshots, error trace, refine + rerun) |
| Data | Site Exploration | Per-feature exploration walks: what TestSprite reached, where it got stuck |
| Data | Authentication | Test account credentials used during exploration and runs |
| Result | Agent Actions | Project-level video gallery of every test recording, bucketed by status — see Agent Actions |
| Result | Test Report | Aggregated outcomes; badges show Failed (red) and Blocked (amber) counts |
Test list scheduling (paid; auto-heal toggle) lives under the global Monitoring → Schedules section, not the per-project sidebar.
Quick Start
Quickstart
Walk through your first UI project end-to-end — from project creation to a passing browser test — in about 10 minutes.
Refining Tests in Natural Language
Every test row supports natural-language refinement. You can say:
Backend’s Sibling Page
If you’re testing an HTTP API rather than a website (UI / browser flows), the backend equivalent of this page is API Testing — Overview. The wizard, refinement, and rerun concepts mirror; the underlying execution model differs (HTTP requests vs. browser actions), and a few features are exclusive to one side:| UI Testing | API Testing | |
|---|---|---|
| Discovery phase | Feature Exploration (TestSprite walks the live app) | API Discovery (reads your docs and confirms endpoint shapes) |
| Plan grounding | Observed flows | Observed responses |
| Test execution | Browser via Playwright | HTTP via requests |
| Multi-step concept | Each test is end-to-end | Integration chains across endpoints |
| Drift handling | Auto-Heal on rerun | (No equivalent — APIs don’t drift the same way) |
| Auth handling | Static test account | Auto-Auth for token refresh |
Where to Go Next
Feature Exploration
The first phase — walk the live app
Step-by-Step Walkthrough
See exactly what happened on each step of a run
Auto-Heal (Pro)
Absorb UI drift between runs without re-writing tests
Subscription Plans
Free includes 10-feature exploration; Pro unlocks unlimited + Auto-Heal