Skip to main content

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 converter or created from scratch in the editor

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 in editor.
  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.