Category "gatling"

Gatling: Set the report directory name?

I'd like to customize the Gatling report directory created as a result of a test execution. By default, report directories are written (using gatling-maven-plu

Gatling script throws an error "type mismatch"

I have a problem with my script, I converted it from HAR file and divide it to two separate execs as below. I believe I did it properly (but I'm not 100% sure)

Gatling Websocket react on message

Is it possible to write a gatling script which connects to WebSocket and then performs actions (e.g. new HTTP requests) when certain messages are received (pref

Gatling load testing and running scenarios

I am looking to create three scenarios: The first scenario will run a bunch of GET requests for 30s The second and third scenarios will run in parallel and wait

Change the representation of special characters in Gatling script

How can I change the representation of special characters in Gatling? I need to do this in token exchange, for example: Here is sample response from server 1a

Failed to build request: No attribute named 'token' is defined in Gatling script

I convert HAR file to Gatling simulations script, but I have problem with extracting token from request header. After conversion I have the following code: impo