MVN

com.ea.gatling : gatling-aws-maven-plugin

Maven & Gradle

Aug 09, 2018
95 stars

Gatling AWS Maven Plugin · The Gatling AWS Maven plugin takes the pain out of scaling up your Gatling tests. It runs your load test on a configurable number of EC2 instances, aggregates a single load test report, and uploads the results to S3. All EC2 instances are terminated at the end of the test to ensure you are only paying for what you need.

<plugin>
    <groupId>com.ea.gatling</groupId>
    <artifactId>gatling-aws-maven-plugin</artifactId>
    <version>1.0.17</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ea.gatling : gatling-aws-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of com.ea.gatling : gatling-aws-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
gatling-aws-maven-plugin-1.0.17
gatling-aws-maven-plugin-1.0.15
gatling-aws-maven-plugin-1.0.14
gatling-aws-maven-plugin-1.0.13
gatling-aws-maven-plugin-1.0.12
gatling-aws-maven-plugin-1.0.11
gatling-aws-maven-plugin-1.0.8
gatling-aws-maven-plugin-1.0.7
gatling-aws-maven-plugin-1.0.6
gatling-aws-maven-plugin-1.0.5
gatling-aws-maven-plugin-1.0.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.ea.gatling</groupId>
    <artifactId>gatling-aws-maven-plugin</artifactId>
    <version>1.0.17</version>
</plugin>