Gatling version: 3.12.0 (must be up to date)
Gatling flavor: java kotlin scala javascript typescript
Gatling build tool: maven gradle sbt bundle npm
Hello ,
I am using the Gatling JavaScript/Typescript DSL to write my load testing simulations.
I would like to assign a specific name to each simulation so I can easily identify and track them in my InfluxDB and Grafana dashboards.
I’ve noticed that the JavaScript DSL doesn’t seem to have a built-in function for naming simulations like the setName()
method available in the Java/Scala DSL.
Is there a way to do it ?
Thank you for your time and assistance.