callstack / callstack/agent-device

test(ios): committed ASWebAuthenticationSession fixture + CI lane

Open
#2,449 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4.6k
Forks
299
Avg merge
10h 17m
Merged PRs (30d)
515

Description

Follow-up to #2438 / #2448.

**Purpose.** #2448 shipped in-place capture/drive of `com.apple.SafariViewService` sign-in sheets, live-validated with a throwaway probe app. Give it a committed fixture and CI coverage on the real path.

**Required behavior.**
- Add an `expo-web-browser` `openAuthSessionAsync` (or `AppAuth`) flow to `examples/test-app` that opens a web sign-in sheet against a local/bundled IdP page (email + password + submit → callback scheme).
- Add an iOS smoke or Maestro replay lane that drives it semantically: `wait label="LOGIN"` → `press role=textfield` + `type` → `fill role=securetextfield` → `press role=button label="LOGIN"` → assert return to app.

**Observable completion.** The lane runs in CI on the shipped runner and fails if the sheet is not served (regression guard for the route bypass + runner serve).

**Dependencies.** Builds on #2448 (registry, runner serve, route probe already landed).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.