Top "Gatling" questions

Gatling is an open-source load testing framework based on Scala, Akka and Netty.

Docker - Override or remove ENTRYPOINT from a base image

I'm using Docker (version 1.12.2, build bb80604) to setup a simple image/container with Gatling (Load Testing tool) + NodeJS. So, I …

node.js docker gatling
Get auth token in Gatling

I'm trying to use Gatling to test my API but I've got a problem. I'm testing for now the login/…

gatling
Increasing connection timeout for Tomcat in Spring Boot

How can timeout be increased so that till response is processed, request does not timeout? Tomcat settings in Spring Boot: …

java spring spring-boot tomcat gatling
If else condition inside check in gatling

I need to implement an if-else condition in my gatling check. For example:- Below, I might get items array …

scala gatling
Request timeout in Gatling

I am using maven to run my Gatling (Scala) performance test. It gives me request timeout issue when I increase …

scala maven gatling
How to overcome `The filename or extension is too long` error with Gradle in windows

Running gradlew gatlingRun in windows fails with below stacktrace, on a default app generated with below config in Jhipster { "generator-jhipster": { "…

windows gradle jhipster gatling
How to use return of one gatling request into another request - Scala

In the following code, I am getting a token in the first Gatling request, saving it in a variable named …

scala gatling
POST request in Gatling

I'm running into an issue with the POST of a pdf file. After recording a HAR file in Gatling 2.1.7, here's …

scala gatling
How to fail a Gatling test from within "exec"?

A Gatling scenario with an exec chain. After a request, returned data is saved. Later it's processed and depending on …

scala assert gatling
Error in Gatling maven plugin

I´m using gatling-maven-plugin to run some Performance test. I just follow the official documentation http://gatling.io/docs/2.2/extensions/…

scala maven gatling scala-gatling