Comment by nsonha
8 hours ago
for snapshot tests it seems better to diff a data representation such as some yaml string, than to diff UIs
8 hours ago
for snapshot tests it seems better to diff a data representation such as some yaml string, than to diff UIs
The whole UI seems better for LLMs to consume and also displays nicely in-editor for humans. Test failures become failing screenshot tests essentially, which are really comfortable changes to review.