grizzly-vscode
This is the grizzly-loadtester
Visual Studio Code extension that makes it easier to develop load test scenarios by providing
auto-complete of step expressions!
Download the extension from Visual Studio Marketplace.
For the extension to work, you have to install the language server grizzly-loadtester-ls
which is published on pypi.org.
Install it with:
python -m pip install grizzly-loadtester-ls
And make sure it's in a directory that is part of your PATH
environment variable.