Skip to main content

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 converter or 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 Tree and Code views
  • right Element details panel for selected node settings
  • tree operations: add, duplicate, delete, enable/disable, reorder
  • drag and drop for YAML node organization
  • upload .yaml/.yml and 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
  1. Open the YAML with relampo studio.
  2. Use a script converted with converter, created from scratch, or recorded from CLI.
  3. Refine structure and request details.
  4. Validate/execute from CLI.