Sign inSign up

linagora/james-gatling-runner

By linagora

Updated 2 days ago

Image
0

2.2K

linagora/james-gatling-runner repository overview

Docker wrapper around james-gatling

Usage:

docker run --mount type=bind,source="$(pwd)"/users.csv,target=/home/sbtuser/james-gatling/src/test/resources/users.csv \
     --env-file sample.env -it --rm \
     -v $PWD/results:/home/sbtuser/james-gatling/target/gatling \
     linagora/james-gatling-runner:2023-07-06

Where sample.env:

IMAP_PORT=993
IMAP_PROTOCOL=imaps
IMAP_SERVER_HOSTNAME=imap.mydomain.fr
USER_COUNT=100
DURATION=1

And users.csv:

username,password
"[email protected]","pass0"
"[email protected]","pass1"
...

Will start a sbt shell where you can run scenario like:

> gatling:testOnly org.apache.james.gatling.simulation.imap.PlatformValidationSimulation

Tag summary

Content type

Image

Digest

sha256:cd69ec655

Size

737.7 MB

Last updated

2 days ago

docker pull linagora/james-gatling-runner:branch-master