/vscode-hurl-runner

Hurl Runner makes it easy to run Hurl files through VSCode.

Primary LanguageTypeScriptMIT LicenseMIT

hurl-runner

Logo

Hurl Runner makes it easy to run hurl files through VSCode.

Features

Hurl Runner GIF

Hurl Runner adds a handy button that executes the current Hurl file.

Hurl run

It adds an environment management system similar to Postman. The current env is displayed at the bottom as a status bar item.

Hurl env

You can change the current env by clicking on it.

Hurl env choice

By default environment files are looked for under ./hurl/env in your workspace. You can change it in extension settings.

Hurl env dir

Hurl Runner will pass the currently active environment file to hurl using the --variables-file option.

Requirements

Hurl has to be installed on your system for the extension to work properly.