studio
relampo studio starts Relampo Studio locally and opens the visual YAML
workspace in your default browser.
Syntax
relampo studio
relampo studio scenario.yaml
The YAML file is optional. When you provide one, Studio opens it as the working document; otherwise, you can load or create a YAML document in the workspace.
Purpose
Use studio when you want to work with a Relampo YAML script visually instead
of only in a text editor. The command starts a local server, serves Studio, and
opens the browser at its local address. Press Ctrl+C in the terminal to stop
the local Studio server.
The command does not execute a load test by itself. It gives you access to the visual workspace where you can edit the YAML specification, save or download the modified file with or without recorded request responses, use Debug, and start a visual Run.
Where it fits
The usual CLI flow is:
relampo record -> relampo correlate -> relampo studio scenario.yaml
After recording a flow, use relampo correlate to identify and apply dynamic
values when needed. Then open the resulting YAML in Studio to refine it before
visual Debug or Run.
Advanced option
relampo studio scenario.yaml --no-open
Use --no-open only when you do not want Relampo to open the browser
automatically. The local Studio server still starts and prints its URL in the
terminal.
Next
Go to Relampo Studio to explore the visual workspace and its Tree, Code, Debug, Run, and Components areas.