docker-compose -f docker/docker-compose.yml up
This microservice use Gatling for load tests.
- Make sure you have an instance running of the microservice
- For adding a new Gatling simulation make sure it is under
/simulation
folder intest
- For executing simulations just use same args for sbt testing, i.e
sbt gatling:test
will execute all simuations, or usetestOnly