-
-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add updatedWDABundleIdSuffix for usePreinstalledWDA usage #2358
Conversation
docs/guides/run-preinstalled-wda.md
Outdated
Default `appium:updatedWDABundleId` takes care of the hidden automatic suffix, `.xctrunner`, by Xcode, but it could break the non- `.xctrunner` package name case. | ||
`appium:doNotAddXctrunnerSuffix` capability will prevent adding the suffix. | ||
A session launches preinstalled bundle id that does not include `.xctrunner` with `"appium:doNotAddXctrunnerSuffix": true`. | ||
XCUITest driver takes care of the hidden automatic suffix, `.xctrunner`, by Xcode by default with `appium:updatedWDABundleIdSuffix`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XCUITest driver automatically adds the .xctrunner
suffix to the provided bundle identifier unless a different suffix is specified by the appium:updatedWDABundleIdSuffix
capability. If the value is an empty string then no suffix will be added to the provided bundle identifier.
Please bump WDA before merging this PR |
## [7.6.0](v7.5.5...v7.6.0) (2024-03-26) ### Features * add updatedWDABundleIdSuffix for usePreinstalledWDA usage ([#2358](#2358)) ([b8291cb](b8291cb))
🎉 This PR is included in version 7.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This must be after #2354 to use proper WDA deps version.
This change is based on #2354 to use appium/WebDriverAgent#871
Current master (without
doNotAddXctrunnerSuffix
)With
doNotAddXctrunnerSuffix
[update]
updatedWDABundleIdSuffix
will handle the suffix instead.