-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support platformVersion capability when filtering devices #576
Support platformVersion capability when filtering devices #576
Conversation
@JoelWhitney This PR will only filter devices which has exactMatch to the platformVersion? |
@saikrishna321 yes, exactly. If Also, while testing this, I found that |
@kandji-joel Can you please update the readme? |
@SrinivasanTarget I updated the readme to include |
@saikrishna321 it looks like the release workflow failed |
@kandji-joel Released now. Please check |
@saikrishna321 Looks good, thank you! |
I'd like to be able to target devices with a specific sdk (
appium:platformVersion
).I tried to use
appium:minSDK
while addingappium:maxSDK
however found this to not work when device sdk couldn't be casted to a number (e.g.16.1.1
).So the easiest way to support my workflow was to consider
platformVersion
when filtering devices by capability