Hello,
I’m trying to call a simple URL HTTP search request with param via json feeder.
To Debug my code, I want to display and check the called URL , but I do not know how ! … and the output console after call mvn gatling:test not dispaly the url.
My question: is there a method to displau the url from the ChainBuilder or ScenarioBuilder object ?
If not, how I can display the HTTP URL of my request in the console with log.debug() or log.info() … ?
Thank slandelle you for your quick feedback as usual,
Yes ! It’s mentioned in documentation, Just add .exec block in ScenarioBuilder object to get session object and debug it :