blueshork/MaestroDeck Cloud
Run Maestro mobile tests on MaestroDeck Cloud (iOS or Android)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 7, 2026
- License
- MIT
Pinned Snippet
uses: blueshork/maestro-action@d41c76bce2295c487c3b599d24856e91e840f42d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | MaestroDeck API key (mk_live_...). Pass it via a GitHub secret. | yes | — |
| platform | ios / android | yes | — |
| app | Path to the .apk (ANDROID) or .app.zip (IOS) | yes | — |
| flow | Path or glob the Maestro .yaml flows files | yes | — |
| (optional) Report email, defaults to the account email | no | — | |
| timeout | (optional) Max seconds to wait for the result | no | 1800 |
Outputs
| name | description |
|---|---|
| job_id | The created job id |
| status | Final status: passed, failed or error |
| report_url | Link to the report in the dashboard |