This project is used to make a stress test to web sites Based on locust
Mainly it generates a python file needed to locaust to run stress test.
- Edit
.env
file with your testing url. (ex:url=https://google.com/)
Using docker compose
-
docker-compose up
-
check your
localhost:4000
To run all tests run jest
from CLI
HAVE FUN !!!