You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release comes with a new CLI version: 4.4.0. Update your CLI now using npm install -g @devicecloud.dev/dcd@latest
Major Changes
🎉 You can now download artifacts and reports for any completed run on-demand using the new dcd artifacts command — no need to re-run your tests!
🎉 Expo iOS builds are now supported! Pass a signed Expo URL directly with --app-url and the CLI will fetch and extract it automatically or pass the .tar.gz archive directly.
🎉 You can now attach GitHub and PR context to your test runs using --branch, --commit-sha, --repo-name, --pr-number, and --pr-url. These are displayed in the console alongside your results.
🎉 Workspace downloads are now available from the test result page in the console — grab the full Maestro workspace bundle used for any run directly from the download menu.
Minor Changes
🔧 The CLI now warns when you're using a deprecated version of Maestro, with details on when support will be removed.
Bug Fixes
🛠️ Fixed a race condition on iOS where video recording could be cut short if the test completed quickly.
🛠️ Tests that exhaust infrastructure retries during device preparation now correctly trigger an automatic retry.
These features are rolling out now! Please don't hesitate to reach out over on Discord or emailing support@devicecloud.dev if you have any issues 🙂
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
New Release!
This release comes with a new CLI version: 4.4.0.
Update your CLI now using
npm install -g @devicecloud.dev/dcd@latestMajor Changes
.tar.gzarchive directly.Minor Changes
Bug Fixes
These features are rolling out now! Please don't hesitate to reach out over on Discord or emailing support@devicecloud.dev if you have any issues 🙂
All reactions