Description
Would it be possible to retain some non-style attributes like <img src=x>, <img alt=x>, and <div aria-labelledby> etc in the snapshot?
Why
Arguably the test for these things could be done with more specialised tools, like testing-library for example, but having it retained in the snapshot is a quick way to increase coverage, so that we can at least pick up accidental changes without having to explicitly code for it.
Possible Implementation & Open Questions
How long is a piece of string? Where do we draw the limits of what gets retained/discarded?
Is this something you're interested in working on?
Yes, happy to create a PR if I knew where/how to make the change.
Description
Would it be possible to retain some non-style attributes like
<img src=x>,<img alt=x>, and<div aria-labelledby>etc in the snapshot?Why
Arguably the test for these things could be done with more specialised tools, like
testing-libraryfor example, but having it retained in the snapshot is a quick way to increase coverage, so that we can at least pick up accidental changes without having to explicitly code for it.Possible Implementation & Open Questions
How long is a piece of string? Where do we draw the limits of what gets retained/discarded?
Is this something you're interested in working on?
Yes, happy to create a PR if I knew where/how to make the change.