Custom info in Gatling report

Hello,

Is there a way to add custom info somewhere at the top of Gatling html report?

Case: I’m passing certain info/values to my simulation in run command and I want to show those information in generated html report so one can know with what configuration the simulation was ran.

Thanks in advance.

See run description parameter: https://gatling.io/docs/current/general/configuration/#zip-bundle-command-line-options

Thanks Stephane. Appreciate your help. Since I’m running the test using maven plugin this helped: https://gatling.io/docs/current/extensions/maven_plugin/