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
  • Available Artifacts
  • Download Options
  • Download All Artifacts
  • Download Failed Test Artifacts
  • Pricing
  • Artifact Management
  • Storage Location

Was this helpful?

Edit on GitHub
  1. Reference

Download Artifacts

Device Cloud captures various artifacts during test execution that can help debug and analyze your test runs.

Available Artifacts

Each test run generates:

  • Logs

  • Screenshots

  • Videos

  • Test reports

Download Options

Download All Artifacts

To download artifacts for all test runs:

dcd cloud ... --download-artifacts ALL

Download Failed Test Artifacts

To download artifacts only for failed tests:

dcd cloud ... --download-artifacts FAILED

Pricing

Note: Downloading artifacts incurs a $0.01 egress fee per result.

Artifact Management

Storage Location

Artifacts are downloaded as a zip file containing:

artifacts/
├── test1/
│   ├── logs/
│   ├── screenshots/
│   └── video/
├── test2/
│   ├── logs/
│   ├── screenshots/
│   └── video/
└── summary.json # if [JUnit report](./report-formats.md) was requested
PreviousReport FormatsNextQuiet Mode

Last updated 4 months ago

Was this helpful?