attest_cli 0.5.0
attest_cli: ^0.5.0 copied to clipboard
Command-line companion for attest: aggregate widget-test reports, diff a CI baseline by fingerprint, and emit JSON, SARIF and HTML output.
Changelog #
All notable changes to this package are documented here. The format follows Keep a Changelog and this project adheres to Semantic Versioning.
0.2.0 #
Added #
attest ci: aggregate the per-screen JSON reports, diff a baseline by fingerprint, render text/JSON/SARIF/HTML, and exit non-zero on new findings.attest baseline --update: accept the current findings as the new baseline.ReportLoader,HtmlWriter, and a documented GitHub Actions workflow.