Updated August 21, 2026
Engines
An engine executes your suite. It only drives the app clients it implements. The dashboard engine field is an image ID (engine × client), not this name.
| Engine | Clients | Image IDs |
|---|---|---|
| Robot Framework | SAP GUI Java, SAP GUI Windows, Web | robot-sap, robot-web |
| Playwright | Web | playwright |
| k6 / Locust | Headless REST | Planned |
Each image takes the suite on /suite, writes artifacts to /results, and streams stdout as logs. You pick an image when you upload a suite (POST /suites) or when you run velo robot --engine ….
See the support matrix for remote vs local.