This framework includes the files and configurations to build the load testing image so that jmeter jmx scripts and datafiles can be run against
docker run --entrypoint /app/localentrypoint.sh -v $pwd/load-tests/:/app/loadtest -v $pwd/../loadspec.yaml:/usr/local/loadspec.yaml --env-file .env scottyg/load-testing-image .
Build [from loadtestapp(https://github.com/sgriffiths/loadtestapp)]:
Run docker build command to build the load test image for the load test app folder Eg:
docker build -t loadtestimage:v1 .