Artillery for VS CodeThe Artillery extension for VS Code adds IntelliSense with autocomplete and validation for Artillery test scripts, inline documentation, and the ability to run a load test directly from VS Code. InstallationInstall the extension from Visual Studio Marketplace. FeaturesAutocompleteWrite scripts faster and avoid mistakes with autocomplete for Artillery test scripts. Press Control+Space to show all available autocomplete options. Inline documentationHover over configuration options in your script to get a short description and a link to extended documentation for it. Run test from VS CodeClick ▶ Run locally at the top of the file to run the test script. This opens a new terminal inside VS Code and executes You can also open the Command Palette with Control+Shift+P (or
Configuration
|