Skip to content

Device Cloud Action

Actions
Uses devicecloud.dev to execute Maestro mobile tests
v2.1.1
Latest
Star (14)

Device Cloud Action

A drop-in replacement for the Maestro Cloud Action. Run your Maestro flows on devicecloud.dev to save money and access extra features.

Quick Start

- uses: devicecloud-dev/device-cloud-for-maestro@v2
  with:
    api-key: ${{ secrets.DCD_API_KEY }}
    app-file: <path_to_your_app_file>

Documentation

Full documentation including all inputs, outputs, and usage examples is available at:

docs.devicecloud.dev/ci-cd/github-actions

Migrating from Maestro Cloud

Replace the uses line in your workflow:

# Before
- uses: mobile-dev-inc/action-maestro-cloud@v2

# After
- uses: devicecloud-dev/device-cloud-for-maestro@v2

All inputs are compatible. Update your API key secret from MCLOUD_API_KEY to DCD_API_KEY (or any name you choose).

Device Cloud Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Uses devicecloud.dev to execute Maestro mobile tests
v2.1.1
Latest

Device Cloud Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.