DeviceCloud
Console UIMaestro DocsDiscord
  • Welcome to DeviceCloud
  • Getting Started
    • Quick Start
    • API Keys
    • Executing Flows
    • Limits
    • Upgrade Guide
    • Device Configuration
  • CI/CD Integration
    • Overview
    • GitHub Actions
    • BitRise
    • Any CI
    • Status API
  • Reference
    • Test Execution
    • App Management
    • Environment Variables
    • Device Orientation
    • Device Locale
    • Async Execution
    • Retry Strategies
    • Report Formats
    • Download Artifacts
    • Quiet Mode
    • Maestro Versions
    • Test Run Name
    • Google Play APIs
    • Email Notifications
    • Exit Codes
    • Runner Type
  • Infrastructure & Security
    • IP Addresses
    • Security Overview
    • IT Security Policies
    • Enterprise SSO
  • Legal
    • Service Level Agreements
    • Open Source Notices
    • Privacy Policy
    • Terms and Conditions
    • Refund Policy
Powered by GitBook
On this page
  • Basic Usage
  • Starting Async Tests

Was this helpful?

Edit on GitHub
  1. Reference

Async Execution

Device Cloud supports asynchronous test execution, allowing you to start tests and continue with other tasks without waiting for completion.

This typically used in CI/CD to start tests without blocking the pipeline.

Basic Usage

Starting Async Tests

dcd cloud ... --async

If the test is correctly submitted, this command will exit code 0 regardless of the test result.

PreviousDevice LocaleNextRetry Strategies

Last updated 4 months ago

Was this helpful?