Welcome to the Gatling Maven Project
Gatling is an Open Source Stress Tool with:
- High performances
- Simple concepts
- A DSL to describe scenarios
- HTTP support
- A scenario recorder
- Meaningful reports
Maven is one of the most popular build automation tool in the Java world.
This project provide a simple method for integrating Gatling with Maven.
The current version of the project is based on the Gatling version : 1.3.4.
Checkout the project and run the simulations with the following command :
mvn gatling:execute
To run a specific simulation you have to use this command :
mvn gatling:execute -Dgatling.simulation=basic.BasicExampleSimulation
Have fun :-)