Guide
A short path from first launch to a successful multi-step API scenario.
-
1. Install Quester Studio
Download an unsigned Windows, Linux, or macOS build from GitHub Releases and launch the app.
-
2. Open the sample workspace
On the welcome screen choose Open sample. That loads the bundled example with environments and scenario flows.
-
3. Select login-and-profile
In the Flows sidebar open
login-and-profile. The canvas shows a real journey: credentials → login → authorized profile → asserts. A disconnectednotesticky documents the scenario for the team (not executed). -
4. Pick env and run
Choose environment
local(DummyJSON base URL) and run the flow. Watch nodes light up as they execute. -
5. Inspect the result
Open the inspector on the login or profile HTTP node, then check the run / response panel for status, body, and assert results.
-
6. Edit and save
Change a label or URL in the inspector and save — the
*.flow.jsonfile updates on disk for everyone sharing the workspace. -
7. Go deeper
Who it’s for, UI reference, or Docs for CLI, workspace, and nodes. Prefer learning nodes first?
demo-main-nodeswalks a short pedagogical chain.