692 B
692 B
Editor UI Integration Validation
This directory contains the manual XCUI validation system for editor-facing scenarios.
Structure:
shared/: shared host, native renderer, screenshot helper, scenario registryinput/: input-related validation categorylayout/: layout and shell-foundation validation category
Rules:
- One scenario directory maps to one executable.
- Do not accumulate unrelated checks into one monolithic app.
- Shared infrastructure belongs in
shared/, not duplicated per scenario. - Screenshots are stored per scenario inside that scenario's
captures/folder.
Build:
cmake --build build --config Debug --target editor_ui_integration_tests