Qalti Release 0.5.8
Nov 18, 2025
Run folders, zoom with precision, and ship CI-ready results
We’ve shipped Qalti 0.5.8 — you can queue and run tests from a folder in the UI, set launch arguments and environment on app open, perform pinch-to-zoom in tests, and capture both structured logs and machine-readable results for CI.
Run multiple tests from a folder in the UI
Queue a directory of specs and let Qalti run them one-by-one—great for smoke packs and nightly suites.
How to use: Choose a folder in the Tests panel. Qalti scans for .test files, sorts them, and executes sequentially; retries and re-runs are available after completion.

Launch arguments and environment
Set launch arguments and environment variables that apply when the app opens. It’s perfect for --uitesting, feature flags, or staging endpoints.
In your test (natural language):
What happens: Qalti injects the args/env at process launch so your app boots into the right state.

Pinch-to-zoom support
Perform pinch and expand gestures with precise targets and scales.
In your test:
What happens: the agent synthesizes multi-touch gestures with the requested scale and center.

Richer logging
We now emit structured logs to stdout and to rolling files. Every step includes timestamp, step id, action, target, and result, easy to grep or ship to your log stack.

Machine-readable test results
We now generate a compact summary for CI and scripts.