Gatling Users,
Is it possible to override the default status check to just verify a 200 response?
I could put my request and check in a method that returns a ChainBuilder but I think that spoils the DSL.
Many Thanks
Aidy
Gatling Users,
Is it possible to override the default status check to just verify a 200 response?
I could put my request and check in a method that returns a ChainBuilder but I think that spoils the DSL.
Many Thanks
Aidy
Before you do that, what are you going to do when you need to verify something other than a 200? Do you want to be able to override the check?
You can define common checks on the HttpProtocol.