parley icon indicating copy to clipboard operation
parley copied to clipboard

Kompari xtask (html report, interactive test blessing, dead snapshots detection)

Open spirali opened this issue 1 year ago • 0 comments

Adds command cargo xtask that allows to:

Creating report

cargo xtask report

creates HTML file with report containing snapshots that does not match

Interactive test blessing:

cargo xtask review

stars a local web server with the following page:

(screenshot obtained by putting an artificial error into each snapshot test) Screenshot 2025-02-12 at 13-15-47 Kompari review

Detecting dead snapshots

cargo xtask dead-snapshots

This PR fully replaces #185

spirali avatar Feb 12 '25 12:02 spirali