Skip to content

Visual Studio Code extension to simplify the usage of Locust.io

License

Notifications You must be signed in to change notification settings

JeremyJeanson/locust-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locust Extension

Locust Extension for vscode

Visual Studio Code extension to simplify the usage of Locust

It could be installed form the marketplace.

Features available from the command palette

  • Commands to manage the locus deployment:
    • Locus: Install
    • Locus: Uninstall
    • Locus: Upgrade
  • Run tests from *.py or *.conf files (the file to run should be opened first).
    • Locust: Run load test with Locust

Editor integration

Load test could be could be run from the editor toolbar (click on the Locust icon).

Run locust form the editor

When test started :

  • Locus is started from the terminal.
  • Your bowser is used to navigate to the Locust website http://localhost:8089/.

To stop Locust, close the terminal or stop the Locust process (Ctrl+C on Windows or Linux, ^+C on Mac).

Contribute or report issues

You can report any issue via GitHub. If you found one, please report it! This code was open to be shared and improved. If you have an idea, tell it or send a pull request.