@yoqa/cli
v0.3.17
Published
Yoqa CLI — drive local mobile QA from the terminal or CI (talks to the Yoqa runner over HTTP)
Downloads
279
Maintainers
Readme
@yoqa/cli
CLI for Yoqa — drive a local runner over HTTP from your terminal or CI.
npm install -g @yoqa/cli
# or
npx @yoqa/cli healthAfter a global install, the yoqa command is on your PATH.
The CLI talks to the local runner at http://127.0.0.1:7420 by default. If nothing is listening, yoqa auto-starts @yoqa/runner (requires Bun). You can also run it in the foreground:
yoqa serveDisable auto-start with YOQA_NO_AUTOSTART=1. Override the URL with YOQA_RUNNER_HOST / YOQA_RUNNER_PORT / YOQA_RUNNER_URL.
See CLI docs and GitHub Actions.
