ff_golden_presenter 1.0.1 copy "ff_golden_presenter: ^1.0.1" to clipboard
ff_golden_presenter: ^1.0.1 copied to clipboard

Collect, optimize, and publish golden test images as a searchable HTML report.

example/README.md

Demo catalog #

This directory is a runnable example of the input convention and generated output.

From packages/ff_golden_presenter:

./tool/generate_demo.sh

Open report.html locally. Do not edit it by hand; CI regenerates the file and verifies that it stays in sync with the renderer and the SVG fixtures.

To demonstrate collection and publication as well, run:

dart run ff_golden_presenter build \
  --input example/goldens \
  --output-directory build/demo \
  --profile none \
  --clean \
  --title "FF Golden Presenter demo"

This copies the fixtures and creates build/demo/index.html without requiring an external PNG optimizer.

Alternatively, build and serve the demo through the production container:

docker compose up --build

Open http://localhost:8080. Copy-ready GitHub and GitLab publication workflows are available in ci/.

2
likes
0
points
283
downloads

Documentation

Documentation

Publisher

verified publisheraso.dev

Weekly Downloads

Collect, optimize, and publish golden test images as a searchable HTML report.

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #docker #golden-tests #html #image-optimization

License

unknown (license)

Dependencies

args, path

More

Packages that depend on ff_golden_presenter