Announcing 'Dear ImGui Test Engine' + 'Dear ImGui Test Suite', available now.
- automation/testing for Dear ImGui apps/tools;
- run in your live app or headless on CI;
- run at robot speed or simulated human speed;
- export screens/videos for e.g. generating docs;

https://github.com/ocornut/imgui_test_engine

#imgui

GitHub - ocornut/imgui_test_engine: Dear ImGui Automation Engine & Test Suite

Dear ImGui Automation Engine & Test Suite. Contribute to ocornut/imgui_test_engine development by creating an account on GitHub.

GitHub
@ocornut Very cool, does this cover the docking branch also?
@daniel_collin Yes in theory, but there are misc bugs here and there with some cases that needs fixing. Viewports are currently half-supported, have known issues.
@daniel_collin Obviously we want to drive viewport stuff but we also want to make it 100% impossible for test engine to inject OS-side inputs, there may be conflicting cases.