agent-desktop/tests
Lahfir 31b42c25e6 test: add real-app regression guards and make the hover e2e deterministic
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.
2026-07-03 18:25:36 -07:00
..
conformance refactor: remove dead code and unify duplicated helpers 2026-07-03 03:34:16 -07:00
e2e test: add real-app regression guards and make the hover e2e deterministic 2026-07-03 18:25:36 -07:00
ffi-python feat(ffi): Phase B and C — Python smoke harness, parity gates, build.rs codegen (#77) 2026-06-26 19:14:14 -07:00
fixture-app fix: harden agent-desktop reliability (#54) 2026-06-20 15:43:42 -04:00
fixtures feat: add trace viewer and replay artifacts 2026-07-02 11:48:06 -07:00
support refactor: remove dead code and unify duplicated helpers 2026-07-03 03:34:16 -07:00