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

feat: launch WDA via devicectl object #870

Merged
merged 4 commits into from
Mar 25, 2024
Merged

feat: launch WDA via devicectl object #870

merged 4 commits into from
Mar 25, 2024

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented Mar 25, 2024

BREAKING CHANGE: calls launch app process command with devicectl via this.device.devicectl.

This change will require appium/appium-xcuitest-driver#2354.

After merging this, this lib will bump the major version. Then the xcuitest driver should bump the wda deps with the expected major version.

BREAKING CHANGE: calls launch app process command with devicectl via this.device.devicectl
this.log.debug(`The output of devicectl command: ${stdout}`);
await this.device.devicectl.launchApp({
bundleId: this.bundleIdForXctest, env, terminateExisting: true,
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the error message below:

The 'appium:wdaLaunchTimeout' capability  ....

@KazuCocoa KazuCocoa merged commit 090b815 into master Mar 25, 2024
44 of 46 checks passed
@KazuCocoa KazuCocoa deleted the launch-wda branch March 25, 2024 07:32
github-actions bot pushed a commit that referenced this pull request Mar 25, 2024
## [8.0.0](v7.3.1...v8.0.0) (2024-03-25)

### ⚠ BREAKING CHANGES

* calls launch app process command with devicectl via this.device.devicectl

### Features

* launch WDA via devicectl object ([#870](#870)) ([090b815](090b815))
Copy link

🎉 This PR is included in version 8.0.0 🎉

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.

2 participants