Does gatling provide any shutdown hook? I am executing a scenario and expect to cleanup some resources after (un)successful execution. Does gatling provide any shutdown hook? If not, is there any other neat way?
It does in master.
https://github.com/excilys/gatling/issues/1475
Note that those are just hooks, and you can’t use Gatling’s DSL there.
Awesome.