What is the best gatling method of taking request logs in a csv and replaying these in a gatling scenario.
The gatling academy uses a feeder method to replace the categoryId slug in the url. In my instance I want to use the entire url but that will involve complex assertions which I do not think would be right.
If these requests are idempotent (GET, HEAD, LIST), you can easily replay them.
Otherwise, that’s way more complicated as you need the database to be in sync.