Premature termination of simulation log vis mvn command

Using the repo GitHub - gatling/gatling-maven-plugin-demo-scala: Showcase of the Gatling Plugin for Maven + Scala, is there any way to generate a chart from a premature termination of the simulation log file using a maven command?

Sorry in advance, I am new to java/maven but not new to gatling bundle.

I am aware of the command gatling.sh -ro <simulation.log folder> but how do I apply an equivalent command with maven to produce html charts?

Step 1:

mvn gatling:help

Call mvn gatling:help -Ddetail=true -Dgoal= to display parameter
details.

Step 2:

mvn gatling:help -Ddetail=true -Dgoal=test

reportsOnly
Generate the reports for the simulation in this folder.
User property: gatling.reportsOnly

Step 3:

mvn gatling:test -Dgatling.reportsOnly=XXX
2 Likes

That works. Thank you! :grin: