editor
editor is the visual Relampo YAML editing experience. For the local embedded editor, use relampo studio.
Prefer clicks over spacing rules? Build your script visually and export clean YAML whenever you need it.
Purpose
Use editor when you need to:
- edit YAML with a visual workflow instead of only raw text
- navigate script structure faster
- tune request/scenario details with focused panels, extend behavior with Javascript (Spark), correlation, etc.
- refine scripts generated by
converteror created from scratch in the editor
Open Studio
relampo studio test.yaml
relampo studio opens the local editor in your browser with the YAML loaded. The same Studio experience includes the visual Debug view; relampo debug test.yaml opens that diagnostic flow directly.
What it does today (from repo behavior)
editor currently provides:
- left panel with
TreeandCodeviews - right
Element detailspanel for selected node settings - tree operations: add, duplicate, delete, enable/disable, reorder
- drag and drop for YAML node organization
- upload
.yaml/.ymland download YAML - language switch
EN/ES - synchronized editing between tree representation and YAML code
- quick contextual editing by selecting a node and updating only its fields
Recommended flow with converter and CLI
- Open the YAML with
relampo studio. - Use a script converted with
converter, created from scratch, or recorded from CLI. - Refine structure and request details.
- Validate/execute from CLI.