This repository was archived by the owner on Mar 18, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
Web GUI to create Locust tests
License
NotificationsYou must be signed in to change notification settings
marcospds/rocky-locust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Web GUI to createLocust test scripts
The project was separate into two parts.
- rocky-locust-backend: The back-end is built inJava withQuarkus.
- rocky-locust-frontend: The front-end is built inAngular andPO UI.
Exec command in rocky-locust-backend:
mvn quarkus:dev
Exec commands in rocky-locust-frontend:
npm installnpm run start
The Dockerfile create docker image base busybox with backend Quarkus native runner and frontend Angular build prod dist.
Build image exec command:
docker build -t rocky .
This build crate small image:And container use little resources:
Run image exec command:
docker run -d -p 8080:8080 rocky
Or use docker-compose exec command:
docker-compose up -d
See log exec command:
docker logs rocky -f
About
Web GUI to create Locust tests
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.