Gatling version: 3.13.1 (must be up to date)
Gatling flavor: java kotlin scala javascript typescript
Gatling build tool: maven gradle sbt bundle npm
I read the guidelines and how to ask a question topics.
I provided a SSCCE (or at least, all information to help the community understand my topic)
I copied output I observe, and explain what I think should be.
Hello,
After upgrade from Gatling 3.10.5 to latest (3.13.1) I found that, at least two properties from gatling.core
were removed:
- runDescription
- outputDirectoryBaseName
What’s interesting report is still showing a placeholder for runDescription:
Is it still possible to use those properties when maven is responsible for launching tests? For example: mvn clean gatling:test -Dgatling.simulationClass=myClass -Dgatling.core.outputDirectoryBaseName=DIR_NAME -Dgatling.core.runDescription=DESCRIPTION
Thank you in advance!