This library is part of the Merritt Preservation System.
This code enables load testing of the Merritt UI using Locust
- Install pyenv
- Install python 3.12+ using pyenv
- pip install locust
- pip install bs4
locust
export MERRITTUSER=$(aws ssm get-parameter --name /uc3/mrt/dev/integ-tests/for-stage/user --query Parameter.Value --output text)
export MERRITTPASS=$(aws ssm get-parameter --name /uc3/mrt/dev/integ-tests/for-stage/password --with-decryption --query Parameter.Value --output text)
locust
See the buildspec.yml for an example of a scripted execution of this tool.