Environment variables
Reference for all environment variables supported by the Maestro CLI, covering logging, analytics, cloud authentication, and driver behavior.
Variable
Type
Default
Description
Usage examples
export MAESTRO_CLI_NO_ANALYTICS=true
export MAESTRO_CLI_ANALYSIS_NOTIFICATION_DISABLED=true
maestro test my-flow.yamlexport MAESTRO_CLOUD_API_KEY=your_api_key_here
maestro cloud --app-file app.apk --flows ./flowsexport MAESTRO_DRIVER_STARTUP_TIMEOUT=30000
maestro test my-flow.yamlexport MAESTRO_CLI_LOG_PATTERN_CONSOLE="%d{HH:mm:ss} [%level] %msg%n"
maestro test my-flow.yamlLast updated