Replies: 1 comment 3 replies
-
|
Sounds like you need ngrok or similar? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most of our tests run a docker compose setup for end-to-end tests.
It would be nice if we could trigger Maestro cloud runs from our CI like this:
We build APK etc, upload to Maestro cloud.
Maestro CLI has some kind of tunnel feature (wireguard or similar) that we can start to connect maestro cloud with our running CI server.
mobile apps use this to talk with our docker compose setup running in the CI, i.e. so that the mobile clients can connect to it for it's backed.
Beta Was this translation helpful? Give feedback.
All reactions