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 GTK stuff has some tests both based on taking screenshots and diffing the resulting image and using accessibility APIs for ~interactive tests.