Skip to content
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

perf: tune webDriverAgentUrl case by skiping xcodebuild stuff #691

Merged
merged 4 commits into from
May 6, 2023

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented May 2, 2023

Tune webDriverAgentUrl capability's case as same as with usePreinstalledWDA. Not a huge deal, but very slightly avoid xcodebuild class stuff.

In case a session has webDriverAgentUrl, basically a user manages the WDA process outside Appium/XCUITest driver. Thus, if clause which is for this.usePreinstalledWDA can apply as same.

The only two different points are launch and quit. launch already has both case, so this PR changes L464 a bit.

@KazuCocoa KazuCocoa merged commit d8f1457 into master May 6, 2023
@KazuCocoa KazuCocoa deleted the tune-webdriveragenturl branch May 6, 2023 05:13
github-actions bot pushed a commit that referenced this pull request May 6, 2023
## [4.15.1](v4.15.0...v4.15.1) (2023-05-06)

### Performance Improvements

* tune webDriverAgentUrl case by skiping xcodebuild stuff ([#691](#691)) ([d8f1457](d8f1457))
@github-actions
Copy link

github-actions bot commented May 6, 2023

🎉 This PR is included in version 4.15.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants