Add snapshot/test feature to help with refactoring #7

Open
opened 2026-09-02 00:49:21 +00:00 by omicron · 0 comments
Owner

We want some kind of ability to snapshot the output of the main test site so that we can verify a refactor doesn't change the output. The way this should work is something like:

make snapshot
# refactor all the things
make validate-snapshot

Snapshots should be local and should not get committed to the repo.

We want some kind of ability to snapshot the output of the main test site so that we can verify a refactor doesn't change the output. The way this should work is something like: ``` make snapshot # refactor all the things make validate-snapshot ``` Snapshots should be local and should not get committed to the repo.
omicron added this to the medium term milestone 2026-09-02 00:49:21 +00:00
omicron added the Kind/Testing label 2026-09-02 00:49:21 +00:00
Sign in to join this conversation.