What is a build?
A build is a local app binary registered with Yoqa so runs can install it on the connected device before executing cases. Supported artifacts:Register a build
In the desktop app, attach a build to an app, or use the CLI:buildId (or a direct buildPath in advanced flows) so Yoqa installs the artifact on the selected device.
Tips
- Prefer simulator
.appfor fast iOS Simulator iteration; use signed.ipafor physical devices. - Keep package / bundle IDs aligned with the app identifiers.
- If the app is already installed and you only need to launch it, you can run without registering a new build.
App Store / TestFlight / remote URL installs are not required for Phase 1 local workflows. Point at files on disk.
Device preparation
Ready devices before install
Quickstart
First end-to-end run