lab34-flows

Basics

Quick start

From an empty screen to a flow that runs, in four steps.

  1. Pick an environment in the sidebar footer. It decides which env file your applications are loaded with.
  2. Open a flow. The tool seeds a few examples on first run — start with 01 · Welcome, which works fully offline.
  3. Press Run. Steps execute in the order they appear in the document, and the execution details of each one (request, response, assertions, timings) appear right below its block, like a notebook.
  4. Write your own. Use the + button next to Flows in the sidebar to create a flow, a folder, or to upload a file — and turn on Create using AI if you would rather describe the scenario in plain words.

Nothing here is magic: a flow is a Markdown file in your context folder, so it lives in your repository and travels with your team.