# testty docs
- [Getting started](getting-started.md) — install, write your first test, run it
- [Scenarios](scenarios.md) — describe a sequence of actions and waits
- [YAML scenarios](scenarios-yaml.md) — run scenarios from a file with `testty run`, no
Rust required
- [Assertions](assertions.md) — check text, colors, and highlights on screen
- [Snapshots](snapshots.md) — compare a test against a saved baseline
- [Proof pipeline](proof-pipeline.md) — save what a test saw as text, image, GIF, or
HTML
- [Feature GIF workflow](feature-gif-workflow.md) — record a demo GIF per feature and
keep it in sync
- [Journeys](journeys.md) — reusable building blocks for tests
- [Frame diffing](frame-diffing.md) — see what changed between two screens
- [Examples](examples.md) — runnable example programs
- [Upgrading](upgrading.md) — version migration notes
Full API reference: [docs.rs/testty](https://docs.rs/testty).