Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Artillery.io SnippetsNew to Visual Studio Code? Get it now.
Artillery.io Snippets

Artillery.io Snippets

bernardobridge

|
3,436 installs
| (1) | Free
Snippets for JS function signatures and YAML scenario/config formatting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

artillery-vscode-extension

This is a VSCode Extension to use while writing Artillery.io Tests.

Features

  • Provides snippets for all hooks, so you don't have to remember the right function signature;
  • Provides snippets for config, a basic scenario, and a scenario with all hooks, so you don't have to remember all the correct YAML indentation:

Extension Settings

To be able to use the quick suggestions in a YAML file, you can use ctrl + space to get to the list of snippets.

Or, you can alter your yaml settings by running the global command Preferences: Configure Language Specific Settings, choosing YAML, and then adding this setting:

    "editor.quickSuggestions": {
        "other": true,
        "comments": false,
        "strings": true
    }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft