# Editor UI Manual Validation This directory contains manual Editor UI validation scenarios under `tests/UI/Editor/manual_validation/`. Rules: - `tests/UI` remains the active validation entry point. `new_editor` is not a test entry point. - Shared infrastructure belongs in `shared/`. Do not duplicate host plumbing per scenario unless the scenario is intentionally a custom host. - One scenario maps to one executable. Build: ```bash cmake --build build --config Debug --target editor_ui_manual_validation_scenarios ``` Screenshot output: - Shared Editor manual-validation hosts write screenshots only under the active CMake build directory. - The output root is the executable directory: `.../Debug/captures//`. - Example output: `/tests/UI/Editor/manual_validation/shell/object_field_basic/Debug/captures/object_field_basic/latest.png` - History output: `/tests/UI/Editor/manual_validation/shell/object_field_basic/Debug/captures/object_field_basic/history/__.png` - No new screenshot output is allowed under source-tree `tests/UI/.../captures/`.