-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for emulator devices (#1711)
In the scope of #1710 PR adds support for `EMULATOR` devices ## Test Plan > How do we know the code works? 1. build flank locally with `./gradlew flankFullRun` 2. ensure you are logged to `flank-open-source` project 3. run `flank firebase test android models list` 4. you should see new devices of type `EMULATOR` 5. run a simple test with ``` device: - model: NexusLowResEmulator version: 28 ``` 6. tests should finish normally ## Checklist - [x] Unit tested
- Loading branch information
1 parent
a4f1de3
commit f32ae8b
Showing
8 changed files
with
10,679 additions
and
5,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.