Expand description
Proof pipeline for generating self-documenting test output.
The proof module collects labeled captures during scenario execution
and renders them through swappable backend::ProofBackend
implementations. report::ProofReport is the central collector that all
backends consume.
Modulesยง
- backend
- Proof backend trait for swappable proof output formats.
- frame_
text - Frame-text proof backend.
- gallery
- Proof gallery aggregator.
- gif
- GIF proof backend for animated proof output.
- html
- HTML report proof backend.
- junit
- JUnit-XML proof backend.
- report
- Proof report collector and annotated text output.
- strip
- Screenshot strip proof backend.