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

CLI for running Android tests should allow specifying API level #380

Closed
Tracked by #9136
mattleibow opened this issue Nov 26, 2020 · 4 comments · Fixed by #824
Closed
Tracked by #9136

CLI for running Android tests should allow specifying API level #380

mattleibow opened this issue Nov 26, 2020 · 4 comments · Fixed by #824
Assignees
Labels
android Android area enhancement New feature or request

Comments

@mattleibow
Copy link
Member

It would be nice to be able to specify some API level which will then provide a filter for selecting the emulator.

@premun premun added android Android area enhancement New feature or request labels Nov 26, 2020
@tkapin
Copy link
Member

tkapin commented Feb 17, 2021

@mattleibow - could you please describe what is the value of this and what problems this would solve? thanks!

@mattleibow
Copy link
Member Author

This will be useful if there are multiple emulators running, then it could pick the correct one.

The real value in this is when testing with Android APIs. Each version has quite a different feature set and often there are breaking changes. One example is the storage privacy.

I suppose really the current case of waiting when multiple emulators are running stops all this, but it will be nice to be able to determine one and use it.

Also, this goes with #393 in that if it can boot emulators like it does with iOS, then this will help.

@greenEkatherine
Copy link
Contributor

confirm with Matthew that this feature is still needed so I leave it open

@greenEkatherine
Copy link
Contributor

There should be the same logic that we use for choosing architecture or emulator where app was already installed. I think, API level could be easily retrieved by calling some property request similar to architecture check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android area enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants