docs: platform-page feature sync + roadmap completion report - #246
Merged
Conversation
The android/ios platform pages were missed by the earlier docs sweep (#240) -- caught by Patrick. Android gains Native UI Automation (its current exclusive, with the real-device caveats: matching semantics, screenshot limitation, API-35 edge-to-edge pitfall), Device Media, Deep Links (incl. cold-launch parity note), and Location. iOS gains the v0.12.1 permission-relaunch behavior note, Device Media, Deep Links with the no-cold-launch caution, and the native-verbs status pointing at the N-2 proposal.
Consolidated summary of everything implemented from the Maestro-competitive roadmap (v0.11.0 -> v0.13.0), grouped by phase with per-item one-liners, plus the beyond-roadmap work shipped in the same cycle. Detail and honest caveats remain in the per-item roadmap entries and evidence folders.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two docs additions, both user-requested:
platform/android.mdandplatform/ios.mdwere missed by the earlier docs sweep. Android gains Native UI Automation (its current exclusive, incl. the matching semantics, the native-screenshot limitation, and the API-35 edge-to-edge tap-eating pitfall), Device Media, Deep Links, and Location. iOS gains the v0.12.1 permission-relaunch behavior note (simctl privacykills the app; probe now auto-relaunches), Device Media, Deep Links with the no-cold-launch caution, and the native-verbs status pointing at the N-2 proposal.docs/roadmap/maestro-competitive-roadmap-COMPLETED.md) — consolidated summary of all 19 implemented roadmap items across v0.11.0 → v0.13.0, grouped by phase with PRs and one-liners, plus the beyond-roadmap work from the same cycle (recovery fixes, adb forensics, full-feature campaign, fixture apps, MCP tool, docs sync).A
docs-surface-checklistnote has also been saved locally so platform pages are part of every future feature sweep by default.Test plan
website && npm run buildclean; verified both platform pages render the new sections (grep on dist HTML)