fix: port 2026-07-10 monorepo accessibility/CLI parity fixes#44
Merged
AakashHotchandani merged 1 commit intoJul 14, 2026
Conversation
… parity fixes Brings the standalone to parity with the six browserstack-service PRs merged to webdriverio/webdriverio main on 2026-07-10: - #15380 skip the a11y scan for BiDi window/context commands - #15383 route WDIO CLI-flow App Automate sessions to app-accessibility - #15382 finalize orphaned test runs on an interrupted exit (new testOps/openRunsJournal) - #15381 coerce stringified boolean accessibility options (new util.coerceStringBooleans) - #15376 report mocha hooks in the CLI/testHub flow #15379 (a11y Browser type augmentations) was already ported via the parity PR, so its hunks applied as no-ops. Applied as the monorepo net delta; launcher.ts imports and the service.test.ts BrowserstackCLI import were hand-reconciled to the standalone layout. Build + eslint clean; all six PRs' tests pass (the pre-existing offline fetch-mock failures are unchanged from the base branch). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2ad7617
into
migration/monorepo-add-wdio-browserstack-service
4 checks passed
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.
What
Ports the six
browserstack-servicePRs merged to webdriverio/webdriveriomainon Fri 2026-07-10 into the standalone repo, keeping us at parity ahead of the first standalone release.Based on #37 (
migration/monorepo-add-wdio-browserstack-service) — this PR targets that branch so the fixes land in the migration before it merges tomain.window/contextcommandstestOps/openRunsJournal)util.coerceStringBooleans)Browsertype augmentationsHow
Applied as the monorepo net delta (
pre-#15379 … post-#15376, path-adjusted) rather than six separate diffs, so it's one coherent change. Two spots were hand-reconciled to the standalone layout:launcher.tsimports (coerceStringBooleans,finalizeOrphanedRuns) — the surrounding monorepo import context differs (standalone has nocaCertimport).service.test.ts— added the missingimport { BrowserstackCLI }the new hook tests spy on (the monorepo had it from an earlier PR, outside these diffs).Verification
tscbuild +eslintclean.accessibility-handler35/35,accessibilityModule26/26,openRunsJournal9/9, plus the 3 newcoerceStringBooleansand 3 new "CLI hook reporting" cases.util/launcher/serviceshow the same pre-existing offline fetch-mock failures as the base branch (11 / 2 / 38) — a known local-network artifact that passes on CI.🤖 Generated with Claude Code