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

Show available devices #835

Closed
digitalbuddha opened this issue Jun 3, 2020 · 2 comments · Fixed by #888, #894, #895, #897 or #901
Closed

Show available devices #835

digitalbuddha opened this issue Jun 3, 2020 · 2 comments · Fixed by #888, #894, #895, #897 or #901
Assignees
Labels

Comments

@digitalbuddha
Copy link

Hi folks I needed to run for a particular device and couldn't figure out the device name to send. It would be nice to a device lookup that wraps the gcloud command gcloud firebase test android models list

Please and thank you

@piotradamczyk5
Copy link
Contributor

Let's match it with gcloud output https://firebase.google.com/docs/test-lab/android/command-line#configure_your_test

@piotradamczyk5 piotradamczyk5 self-assigned this Jun 5, 2020
@bootstraponline
Copy link
Contributor

As part of showing available devices, let's also support fetching the software versions.

You can use the same API for getting device catalog, and just specify type as PROVIDED_SOFTWARE .

piotradamczyk5 pushed a commit that referenced this issue Jul 13, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 14, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 16, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 16, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 16, 2020
piotradamczyk5 added a commit that referenced this issue Jul 16, 2020
* #835 Added printing Android devices list

* #835 Updated release notes

* #835 Fixed PR comments
piotradamczyk5 pushed a commit that referenced this issue Jul 16, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 16, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 16, 2020
piotradamczyk5 added a commit that referenced this issue Jul 17, 2020
* #835 Added printing iOS devices

* #835 Updated release notes
piotradamczyk5 pushed a commit that referenced this issue Jul 17, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 17, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 17, 2020
piotradamczyk5 pushed a commit that referenced this issue Jul 17, 2020
piotradamczyk5 added a commit that referenced this issue Jul 17, 2020
* #835 Added printing available Android software versions

* #835 Updated release notes

* #835 fixed PR comments
piotradamczyk5 added a commit that referenced this issue Jul 17, 2020
* #835 Added printing available iOS software versions

* #835 update release notes

* #835 removed dummy tests
piotradamczyk5 pushed a commit that referenced this issue Jul 17, 2020
piotradamczyk5 added a commit that referenced this issue Jul 20, 2020
* #835 added printing all test environment information

* #835 updated release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment