Hi team,
We are using Docker to run our JMeter/ Taurus load tests. It runs fine with some of the use cases we have.
A specific use case we have is to test GWT based application. For us to serialize and deserialize the request we need to have specific set of Jars in jmeter /lib folder. Since we are using Docker, I am not sure how to make it work as those Jars are application specific and does not come out of box with Jmeter. The solution I am trying is, to direct Jmeter running inside Docker Container to use external /lib folder (which is sitting on my local file system). That way I can control what jar files goes in the /lib folder. This will help me to easily replace app specific jar files as I get newer version of our app.
Can someone guide me on how this can be done?
Regards,
Abhiram