You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only Win32 (Notepad) was truly exercised before; the Avalonia app was orphaned; WPF/WinUI3/live-Chromium had no tests. Manual validation during #26 confirmed keys work across all 7 frameworks, but automated tests are needed to keep them correct.
Goal
Add a dedicated test app + automated integration test per UI framework that asserts the durable element-key contract introduced in #26:
Each test must include a readiness wait (poll until the framework's subtree is present) to avoid the startup race (#27).
Coverage (this wave)
WinForms is already covered by #23.
Why
Only Win32 (Notepad) was truly exercised before; the Avalonia app was orphaned; WPF/WinUI3/live-Chromium had no tests. Manual validation during #26 confirmed keys work across all 7 frameworks, but automated tests are needed to keep them correct.