editor
editor is built to open, inspect, and refine Relampo YAML scripts.
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
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 in
editor. - Use a script converted with
converter, created from scratch, or recorded from CLI. - Refine structure and request details.
- Validate/execute from CLI.