Artifacts
Last updated
dcd artifacts --upload-id 123e4567-e89b-12d3-a456-426614174000 --download-artifacts ALLdcd artifacts --upload-id 123e4567-e89b-12d3-a456-426614174000 --download-artifacts FAILED --artifacts-path ./failed-artifacts.zipdcd artifacts --upload-id 123e4567-e89b-12d3-a456-426614174000 --report junitdcd artifacts --upload-id 123e4567-e89b-12d3-a456-426614174000 --report allure --allure-path ./allure-report.html# Submit tests and capture the upload ID
dcd cloud app.apk flows/ --async --json-file --json-file-name results.json
# ... later, once the run is complete ...
UPLOAD_ID=$(jq -r .uploadId results.json)
dcd artifacts --upload-id "$UPLOAD_ID" --download-artifacts ALL