testty 0.8.3

Rust-native TUI end-to-end testing framework using PTY-driven semantic assertions and VHS screenshot capture.
Documentation
1
2
3
4
5
6
7
8
9
# Testty Examples

Showcase examples demonstrating `testty` framework features.

## Directory Index

- [`frame_diffing.rs`]frame_diffing.rs - Frame diffing engine with changed region detection and per-cell inspection.
- [`journey_composition.rs`]journey_composition.rs - Composable journeys, scenario building, tier classification, and tag filtering.
- [`proof_pipeline.rs`]proof_pipeline.rs - Full proof pipeline: captures to frame-text, PNG strip, GIF, and HTML output.