← All plugins

RocketSim

iOS simulator flows · iOS apps · stage: rocketsim-flows

Scripted iOS Simulator flows so agents verify app behavior, not just compilation.

On iOS, “it compiles” is a long way from “it works.” The RocketSim plugin gives agent sessions a rocketsim-flows stage: scripted flows that exercise the app on a booted iOS Simulator, so an agent’s change is validated by the app actually behaving — deep links resolving, screens rendering, flows completing.

It pairs naturally with HAR’s ios profile, which already drives xcodebuild and the Simulator per agent slot.

What it installs

  • A rocketsim-flows test stage registered in .har/stages.json.
  • A flow runner plus authoring guidance for writing your own flows.
  • An example smoke flow to copy from.

Requirements

  • macOS with Xcode and a booted iOS Simulator
  • RocketSim installed (external requirement — the stage fails fast with a hint when missing)

Artifacts & evidence

Flow output and evidence land under .har/artifacts/rocketsim-flows/ in the main repo.

Adapting it to your repo

  • Flows live in your repo and travel with the change batch — agents adapt or extend them like any other test.
  • See .har/stages/ROCKETSIM.md after install for flow authoring and per-repo adaptation.