-
Notifications
You must be signed in to change notification settings - Fork 276
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
Command to install APK or APP files from a URL #1665
Comments
This sounds like a cool idea to me. Thank you for sharing it with us! A contribution would be welcome! To clarify a bit more, the scope would be to add new appId: my.normal.app
---
- installApp:
path: ./apks/my-additional-app.apk
- installApp:
url: https://github.com/Albert221/FastShopping/releases/download/v3.0.4/FastShopping.apk
- launchApp To narrow down scope, we could decide to only allow for |
Hello @bartekpacia Can you assign this issue to me? I can develop the install with the path. |
Feature Request
There should be a command like
installApp
- that allows you to install an APP or APK file from a URLWhy it is needed
Sometimes you want to test the interaction between different apps -
installApp
would provide a convenient way to install these apps.Right now I am downloading APKs via Chrome, and I have to toggle a bunch of security settings to get it to work.
The text was updated successfully, but these errors were encountered: