docs: update BrowserStack mobile config and canonical property names#497
Merged
MohabMohie merged 1 commit intoJun 10, 2026
Merged
Conversation
✅ Deploy Preview for shaftengine ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.

Motivation
SHAFT_ENGINEchanges.browserStack.appUrlprecedence and uses the canonical authentication keys and platform property for consistent user guidance.Description
docs/Basic_Config/basicConfig2.mdthat documentsbrowserStack.appUrlprecedence and supported remotemobile_appforms (bs://,http://,https://).targetPlatformusage with the canonicaltargetOperatingSystemacross mobile/docs examples and snippets, and update CLI examples to-DtargetOperatingSystem.browserStack.userName,browserStack.accessKey, andbrowserStack.appUrl, and update the BrowserStack properties reference to call out these canonical keys andappUrlresolution behavior.docs/Basic_Config/basicConfig2.md,docs/Getting_Started/Flutter_Testing.mdx,docs/Getting_Started/first_steps_6.md,docs/Getting_Started/integrations.mdx,docs/Getting_Started/setup_mobile.mdx,docs/Getting_Started/shaft_wizard.mdx,docs/Best_Practices/Cross_Platform_Strategy.md, anddocs/Properties/PropertiesList.mdx.Testing
npm run build(Docusaurus) which completed successfully and generated static files.npx playwright install chromiumandnpx playwright install-deps chromiumwhich completed successfully.npm run serveand captured a Playwright screenshot of the new BrowserStack section, verifying the content was rendered as expected.Codex Task