-
-
Notifications
You must be signed in to change notification settings - Fork 35
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: Move WAD server installation into a driver script #277
Conversation
Great idea! Although, it seems like this can only install the |
It looks like the bot does not really understand exclamation marks in the title. It only pays attention to the presence of |
Added support of 1.2.99 |
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.
lg
@Dor-bl FYI (if you're interested in) |
## [3.0.0](v2.12.32...v3.0.0) (2024-09-16) ### ⚠ BREAKING CHANGES * WAD is does not get installed automatically anymore upon driver install From now on the driver install won't include the automatic server deployment. Instead it is expected that WAD server is installed via the driver script: `appium driver run windows install-wad <optional_wad_version>`. ### Features * Move WAD server installation into a driver script ([#277](#277)) ([23ab085](23ab085))
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: WAD is does not get installed automatically anymore upon driver install