Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JeremyJeanson/locust-extension
Visual Studio Code extension to simplify the usage of Locust.io
https://github.com/JeremyJeanson/locust-extension
locustio vscode-extension
Last synced: 28 days ago
JSON representation
Visual Studio Code extension to simplify the usage of Locust.io
- Host: GitHub
- URL: https://github.com/JeremyJeanson/locust-extension
- Owner: JeremyJeanson
- License: mit
- Created: 2021-04-20T06:31:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T16:47:09.000Z (about 3 years ago)
- Last Synced: 2024-10-15T18:22:26.387Z (about 2 months ago)
- Topics: locustio, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-locust - locust-extension - VS Code extension to simplify the usage of Locust. (Tools / Wrappers)
README
# Locust Extension
[![Locust Extension for vscode](Sources/images/icon.png)](https://marketplace.visualstudio.com/items?itemName=JeremyJeanson.locust-extension)Visual Studio Code extension to simplify the usage of [Locust](https://locust.io/)
It could be installed form [the marketplace](https://marketplace.visualstudio.com/items?itemName=JeremyJeanson.locust-extension).
## 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](Assets/editor-toolbar.png)
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.