I've made a crate greatly inspired by `egui_kittest `that should help with visual regression testing. For now I plan to use it for my game and based on that improve it, so it would take a while until it will be released on crates.io. But the repo is available here: https://github.com/Leinnan/bevy_ui_test_kit I've attached a example where it shows result of the test where UI changed between runs. It then keeps the previous result, stores the new one and the diff between them.


