Skip to content

beemi/gatling-gradle-example

Repository files navigation

Gatling gradle load test

This repository contains Gatling Gradle test framework

Gradle


NOTE

Use Gatling Gradle Plugin for developing load test scripts.


Compiles Gatling simulation and copies resources gradle gatlingClasses

Executes all Gatling simulations configured by extension gradle gatlingRun

Run single simulation implemented in com.jaitech.ltd.* class

gradle gatlingRun-com.jaitech.ltd.PostcodeIoSimulation

Run all simulations

gradle gatlingRun

Docker


NOTE

In Order to run tests locally using Docker

docker-compose up --build

Scale up to 5 instances

docker-compose up --build --scale gatling=2

Kill the instances

docker compose down

Reports

HTML reports generated under build/reports/gatling/[simulation-name]/index.html

Contacts

Owner: beemi.raja@gmail.com