Bitrise
Configuring the Maestro Cloud Bitrise Step in your Bitrise pipeline
Testing in Maestro Cloud is possible with all CI systems but provides native integrations with a number of common providers, including Bitrise. You can start running your Flows in CI with just a few clicks using the Maestro Cloud Bitrise Step.
Setting up Bitrise
Make sure you have your API key & Project ID. Both of these can be found in your Maestro Cloud Console. The API Key is an option on the left. Project IDs can be found in Settings, then clicking on the individual project on the left.
Go to your Bitrise account and save your API key into a secret variable, e.g.
CLOUD_API_KEY(any variable prefixed withMAESTRO_will be added as environment variable for your run - this might not be desirable for an authentication key!)Open the Workflow Editor and select your desired workflow
To add the Maestro step, you can search for "Maestro" in Bitrise's library of steps.
The step should be added after your app binary has been built.

Lastly, fill out the following information in the step configuration:
API Key (as your secret variable from earlier, e.g.
$CLOUD_API_KEYProject ID
Path to your built binary
Check the Flow Workspace matches your repo's directory structure
That's it! You should now be able to run Maestro tests in the cloud via Bitrise.
Last updated
Was this helpful?
