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

Add maxSDK capability + semantic version filtering #675

Conversation

JoelWhitney
Copy link
Contributor

This adds an appium:maxSDK capability. Combined with appium:minSDK you will be able to filter devices to a given range.

Also, when working on #576, I noticed that the minSDK filter only worked if the device.sdk could be cast to a float. For devices with semantic versioning, such as 16.1.2, this filter didn't work. Using semver, you can now filter devices that have semantic versioning.

@saikrishna321 saikrishna321 merged commit 6ced8b3 into AppiumTestDistribution:main Mar 6, 2023
@saikrishna321
Copy link
Member

@JoelWhitney Can you try running ios integration test from main. It's failing after this PR.

@JoelWhitney
Copy link
Contributor Author

@saikrishna321 PR opened to address the issue

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

Successfully merging this pull request may close these issues.

2 participants