Ignite Gatling Plugin

Build

mvn clean package -DskipTests

Run tests

mvn test

Coding style

Check coding style

mvn scalastyle:check -Pcheckstyle

Preview automatic code formatting changes:

mvn spotless:check

Apply automatic code formatting:

mvn spotless:apply