Unable to pass in run description on command line using gradle plugin

Gatling version:3.14.9.8
Gatling flavor: java kotlin scala javascript typescript
Gatling build tool: maven gradle sbt bundle npm

Hi!

I want to add the description using gradle plugin.
I am running it like this:

./gradlew gatlingRun --simulation ‘com.test.DBCrud’ -Dgatling.runDescription=‘coherence-100’ -Dgatling.description=‘coherence-100’

However, none of those system properties are working. I also tried using -P but to no avail.

Environment:

  • Gradle Gatling Plugin Version: 3.14.9.8
  • Java Version: 21

Can you help me figure out how to do this?

Hi,

That’s --run-description.

The documentation was missing, now fixed : Gradle Plugin for Gatling and Gatling Enterprise Edition