mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-04 21:20:48 +00:00
These are the safeguards a MockAdapter cannot provide: they drive the release
binary against real macOS apps, exercising the AX plumbing the mock stubs out.
- snapshot_test.rs: three #[ignore] real-app guards, each fails closed on a bug
this branch shipped green:
- a window id from list-windows must resolve back through snapshot (the
AX-to-CGWindowID bridge);
- an element found by role must be findable by the accessible name it reports
(name-computation consistency across builder / matcher / resolver);
- a ref from find must re-resolve through get (strict ref identity).
- e2e run.sh: reset the cursor away before the headed hover assertion so
onHover fires on a genuine mouse entry regardless of where the prior test
left the cursor.
|
||
|---|---|---|
| .. | ||
| conformance | ||
| e2e | ||
| ffi-python | ||
| fixture-app | ||
| fixtures | ||
| support | ||