mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
aae1771c54
* refactor: remove JS test wrappers, run .ad replay suites directly on CI The platform JS test files (ios.test.ts, android.test.ts, macos.test.ts) were thin wrappers that shelled out to `agent-device test` and asserted on JSON counts. Since the CLI already exits non-zero on failure, the wrappers added no value. CI now invokes the replay suites directly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: add local replay entrypoints and restore physical device test - Add pnpm scripts for each replay suite (test:replay:ios, test:replay:ios-device, test:replay:android, test:replay:macos) so local runs still exercise platform replays - Restore physical-device iOS replay step in CI workflow (conditional on IOS_UDID variable) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>