Skip to content

docs(android): extract android docs into docs/src/mobile-api#40644

Merged
pavelfeldman merged 1 commit into
microsoft:mainfrom
pavelfeldman:extract-mobile-api
May 5, 2026
Merged

docs(android): extract android docs into docs/src/mobile-api#40644
pavelfeldman merged 1 commit into
microsoft:mainfrom
pavelfeldman:extract-mobile-api

Conversation

@pavelfeldman
Copy link
Copy Markdown
Member

Summary

  • Move Android class docs (class-android*.md) out of docs/src/api/ into a new docs/src/mobile-api/ directory, mirroring the electron-api pattern.
  • Update build, doclint and type-generation pipelines to discover the new docs root.

Mirror the electron-api pattern: keep Android API docs separate from the
core api/ directory.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Test results for "MCP"

16 failed
❌ [chrome] › mcp/autowait.spec.ts:19 › racy navigation destroys context @mcp-windows-latest-chrome
❌ [chrome] › mcp/cdp.spec.ts:24 › cdp server @mcp-windows-latest-chrome
❌ [firefox] › mcp/cli-devtools.spec.ts:231 › video-chapter @mcp-windows-latest-firefox
❌ [firefox] › mcp/cli-session.spec.ts:70 › delete-data @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:124 › daemon show: closing page exits the process @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:164 › should capture annotations via show --annotate @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:185 › should start dashboard and annotate when no dashboard is running @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:207 › should enter annotate mode on fresh dashboard.tsx mount with -s --annotate @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:231 › should annotate via direct browser_annotate MCP call @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:264 › should annotate when context has no fixed viewport @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:301 › should cancel browser_annotate when the MCP request is aborted @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:332 › should cancel browser_annotate when the MCP client disconnects @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:361 › should switch screencast to -s session on show --annotate @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:410 › should disengage annotate mode when --annotate client disconnects @mcp-windows-latest-firefox
❌ [firefox] › mcp/dashboard.spec.ts:499 › save recording streams WebM bytes to the chosen file @mcp-windows-latest-firefox
❌ [webkit] › mcp/config.spec.ts:138 › browser_get_config returns merged config from file, env and cli @mcp-windows-latest-webkit

1 flaky ⚠️ [chrome] › mcp/cdp.spec.ts:35 › cdp server reuse tab `@mcp-windows-latest-chrome`

6926 passed, 1052 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Test results for "tests 1"

1 failed
❌ [installation tests] › playwright-cdn.spec.ts:43 › playwright cdn failover should work (https://cdn.playwright.dev) @package-installations-macos-latest

1 flaky ⚠️ [playwright-test] › ui-mode-test-output.spec.ts:118 › should collapse repeated console messages for test `@ubuntu-latest-node22`

41639 passed, 851 skipped


Merge workflow run.

yury-s added a commit to microsoft/playwright.dev that referenced this pull request May 7, 2026
* chore: parse mobile-api docs (Android classes)

Mirrors the electron-api split: AndroidDevice, etc. were moved to
docs/src/mobile-api/ in microsoft/playwright#40644, which broke the
roll because release-notes link to AndroidDevice.launchBrowser.

* chore: auto-discover *-api doc directories

Replace the hardcoded list (api, electron-api, mobile-api, test-api,
test-reporter-api) with a glob over srcDir for `api` and `*-api`. New
sibling directories like the recently-extracted mobile-api/ are picked
up automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants