Are there any good existing example for CI infrastructure for GUI apps? Like, a way to test GUI’s? I know you really should be testing the internal logic alone. But still.
@notgull egui has a library that hooks into the accessibility tools to interact with the UI programmatically, and renders screenshots that you can commit to the repo to do regression tests in CI.