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 ALLDownload Failed Test Artifacts
To download artifacts only for failed tests:
dcd cloud ... --download-artifacts FAILEDPricing
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/
└── report.xml # if JUnit report was requestedLast updated
Was this helpful?