Skip to content

docs: device & GUI verification roadmap (mobile, embedded, native desktop)#420

Merged
OBenner merged 1 commit into
developfrom
docs/device-gui-verification-roadmap
Jul 12, 2026
Merged

docs: device & GUI verification roadmap (mobile, embedded, native desktop)#420
OBenner merged 1 commit into
developfrom
docs/device-gui-verification-roadmap

Conversation

@OBenner

@OBenner OBenner commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary

"Roadmap 2" — the plan for the three verification targets the language support roadmap explicitly left out of scope: mobile, embedded, and native desktop GUI.

Key ideas:

  • Same pipeline, new adapters — every slice reuses the established chain: detection → allowlist → test discovery → MCP tool → QA prompt honesty. Precedents: Electron MCP, run_cli_session (feat(qa): CLI E2E harness tool for terminal applications #415).
  • L0–L5 verification levels (builds / unit / emulated / screenshot / interactive / on-device) so QA reports state exactly what was verified — an emulated pass must never read as a hardware pass.
  • Priority = impact per effort: Android first (fully CLI-scriptable via Gradle managed devices + adb = computer-use loop), Flutter next, embedded via emulation (PlatformIO/Zephyr/QEMU/Renode + a pyserial run_serial_session mirror of the CLI harness), desktop GUI phased starting from screenshot verification (the QA agent is multimodal — one screenshot answers most "did the UI change land?" checks), iOS last.
  • Non-goals: device farms, HIL beyond serial, commercial GUI automation.

Includes a 11-slice PR breakdown and a cross-reference from the phase 5 section of the first roadmap.

🤖 Generated with Claude Code

…ktop)

Follow-up to the language support roadmap. Plans the three targets left
out of scope there, sliced by impact per effort:

- Track A: Android via Gradle managed devices + adb interaction tools
- Track B: Flutter (flutter drive + reuse of adb tooling)
- Track C: embedded via emulation (PlatformIO/Zephyr/QEMU/Renode) plus
  a run_serial_session harness; QA reports state the verification level
- Track D: native desktop GUI phased from screenshot verification to
  accessibility-tree reads and input injection; Tauri fast path
- Track E: iOS last (macOS-only runners, most tooling friction)

Introduces L0-L5 verification levels so QA reports can state exactly
what was verified (unit / emulated / visual / interactive / on-device).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Oleg Miagkov <mrobenner@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@OBenner, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 48 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: eebc2dd2-382f-4338-8d5e-5aacf0cf9666

📥 Commits

Reviewing files that changed from the base of the PR and between 49d908b and 85e316e.

📒 Files selected for processing (2)
  • docs/DEVICE_GUI_VERIFICATION_ROADMAP.md
  • docs/LANGUAGE_SUPPORT_ROADMAP.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/device-gui-verification-roadmap

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added documentation Improvements or additions to documentation size/M labels Jul 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

@OBenner OBenner merged commit 4ea224f into develop Jul 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant