Hi,
I am using Gatling 1.5.3
With ‘jsonPath’ I can extract JSON fields and with ‘responseInfoExtractor’ I can write custom information to simulation.log. I know how to write the whole response body to simulation.log, but what I really want is writing only one field extracted from the response body using JSON path to the log file. Is that possible?
Thank you very much!
Xiaowei Zhou