Overview Version History Q & A Rating & Review
Quadrastack VSCode Extension
The official VSCode extension for Quadrastack, providing seamless integration for managing HTTP requests, test scenarios, and mock servers directly within your editor.
📚 Documentation: https://quadrastack.com/docs
Prerequisites
⚠️ Important: You must have the Quadrastack CLI installed to use this extension.
Download the CLI: Quadrastack Releases
Features
Run Requests & Scenarios : Execute HTTP requests and test scenarios directly from YAML files with CodeLens controls
Mock Server Management : Start, stop, and manage mock servers from the sidebar or inline controls
Results Viewer : View detailed request/response data with syntax highlighting
Playbook Folder : Configure and visually identify your playbook root folder
Settings
Setting
Default
Description
quadrastack.playbookRoot
""
Playbook folder path (relative to workspace root)
quadrastack.showRunWebviewOnRun
true
Show results webview after each run
quadrastack.cliPath
""
Custom path to CLI executable
Support