🚀 [VIS-4480] Get maestro working on android api level 24 and above and build and deploy to github releases #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
VIS-4480
Problem
We want to use Maestro as a black-box test framework that we can use with device farm in CI. Official Maestro does not support API 25 and below.
Solution
I have made a PR in the Open Source repo here -> mobile-dev-inc#1527. It is actually going to be merged soon apparently but until then, I have forked the repo here and made the same fix to support older Android versions and also build and deploy the maestro-cli binary to our own GitHub releases so that Bitrise workflows can later grab the maestro-cli tool and use it for testing against real devices in CI
Screenshots / videos
N/A
Prevention
N/A
Manual QA testing notes
Areas affected that need attention from QA:
N/A
Checklist
I have: