Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:

- name: Type-check mock-core
run: pnpm --filter @wavex-os/mock-core exec tsc -p tsconfig.json --noEmit || true

- name: Install Playwright browsers
run: pnpm exec playwright install chromium --with-deps

- name: Smoke test (mobile — iPhone 13 viewport)
run: pnpm exec playwright test e2e/touch-target.spec.ts --project=chromium
env:
PLAYWRIGHT_BASE_URL: http://localhost:5173
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ tony-apple-qa init

`tony-apple-qa init` opens the five-pillar wizard in your browser. Answer questions about your app, your Claude setup, and your QA goals; the wizard builds your agent roster and activates the fleet in under an hour. See [`packages/tony-apple-qa/`](packages/tony-apple-qa/) for the full CLI reference.

### Smoke test catching a real-device bug

![Tony Apple QA catching a touch-target failure on iPhone 13 viewport](docs/demo/demo.gif)

A PR is opened → the smoke test runs on a mobile viewport → a touch-target regression is caught → the PR check fails with a screenshot. No cloud infra, no API keys — runs entirely on your machine against your Claude Max subscription.

---

## Quickstart (from source)
Expand Down
Binary file added docs/demo/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/demo/demo.mp4
Binary file not shown.
Loading
Loading