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;
@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.
@ocornut Got it. Thanks!