gatling
gatling copied to clipboard
Docker image for gatling
Tested for version 3.2.1 on 2 separate M1 Macs, running the container the following way: `docker run -it --rm denvazh/gatling` results in `GATLING_HOME is set to /opt/gatling` being printed. There...
I am trying to reproduce my gatling simulation inside a docker container. However I get different results with and without a container. Without containers I get a correct simulation, while...
HI, all This library works very well. But I recently faced a problem. In my test scenario, I need dependency libraries such as spray json and dropWizard metric. So in...
With [Scala 2.13](https://www.scala-lang.org/download/2.13.3.html) there is a lot of extra functionality that would be useful. Also there are [newer versions](https://gatling.io/open-source) of Gatling too that are not included here. I would be...
Added on Dockerfile: ``` ARG gatling_version=3.4.1 # gatling version ENV GATLING_VERSION=$gatling_version ``` to be able to override gatling version on docker build: ``` docker build --build-arg gatling_version=3.4.1 github.com/denvazh/gatling ``` See...
At GoCD pipeline, it will run `git clean -dffx` firstly. But perviously gatilng image run as root user, it will cause Error when git clean repo.
Hello, I'm trying to use your docker image for gatling tests. It works great on my computer, as well on my ci product : Bamboo. At the end of the...
See here: https://github.com/denvazh/gatling/pull/19#issuecomment-434256354