AskUI in CI (coming soon)
End-to-end, run your project's suites headless on every pull request or nightly.
Coming soon
CI execution needs the AskUI CLI, which is not publicly available yet. This page describes the setup you will use once it ships, so you can plan for it.
The project your team authors in AskUI Desktop will run unchanged on a build server, same testware, headless execution.
1: Get the CLI onto the runner
Install the CLI and provide credentials as
environment variables: ASKUI_WORKSPACE_ID and ASKUI_TOKEN (create the
token in the Hub).
2: Give it a device
A headless browser runs on the bare runner. Desktop targets need a test machine with AgentOS the runner can reach.
3: Run a plan
askui run --plan smoke --project-root .Gate the pipeline on the exit code, and archive agent_workspace/ as the
build artifact, reports and screenshots included; the
CLI reference shows the report-path and CI
options.
Which team runs what in CI, and who owns the results, is a working-model question: Sharing the project.