-
Notifications
You must be signed in to change notification settings - Fork 273
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
Add installApp command #1854
base: main
Are you sure you want to change the base?
Add installApp command #1854
Conversation
We want this feature to also work on Maestro Cloud - so we must enforce the app binary to be inside Maestro workspace folder. |
If I understand correctly, we already make it enforced. @bartekpacia
|
The pipeline got an error, there seems to be no authentication key, but idk why |
Don't worry about the pipeline, it's expected. It only fails for external contributors, and it's okay, because we don't want to expose our backend secret key to external people. |
I see, shall we merge it as it is? |
Let's also add docs for this new command in |
re: this It's only checking if the app file exists, right? But it has to be inside Maestro workspace folder (together with all your flows, etc), so that when it's uploaded to Maestro Cloud (MC), it can work there as well. If the app file is outside the Maestro workspace folder, it won't get uploaded and the flow will fail on MC. |
All done 🥳 @bartekpacia |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this LGTM, but I'm holding off because there are some concerns internally.
maestro-orchestra-models/src/main/java/maestro/orchestra/Commands.kt
Outdated
Show resolved
Hide resolved
Het @boranfrkn, we like this feature and will merge the PR soon, but first we need to make some changes to our backend platform. Tentative plan is to release this in Maestro v1.39. Thanks for understanding and sorry about the delay! |
4d1155c
to
f0965b2
Compare
…ndroidApp # Conflicts: # maestro-orchestra/src/main/java/maestro/orchestra/yaml/YamlFluentCommand.kt # maestro-test/src/test/kotlin/maestro/test/IntegrationTest.kt
I see, thanks a lot Bartek. its passed 👍 |
Proposed changes
Added “installApp” command.
Testing
Issues fixed
Resolve #1665