Documentation: Maven Archetype
Maven-Central: io.gatling.highcharts
Create a new Maven-Project and use the following Maven Archetype properties:
In IntelliJ: File -> New -> Project... -> Maven -> Create from archtype (check) -> Add Archtype...
| GroupId | io.gatling.highcharts |
|---|---|
| ArtifactId | gatling-highcharts-maven-archetype |
| Version | 2.1.7 |
| Repository (optional) |
You need to install the following IDE-Plugins, for example in eclipse:
For intelliJ IDE you need to install the Scala Plugin.
After you created a new maven project, you find the following project structure:

a new simulation is saved in src/test/scala. The results are saved in target/results.
The execution of Recorder.scala opens the recorder and Engine.scala will execute the simulation.