ff_golden_presenter 1.1.3
ff_golden_presenter: ^1.1.3 copied to clipboard
Review local Git golden changes, run filtered tests, and publish searchable HTML reports.
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/.
