testty 0.13.5

Rust-native TUI end-to-end testing framework using PTY-driven semantic assertions, native frame rendering, and VHS-driven GIF capture.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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).