Registry / testing / gatling-test-framework

gatling-test-framework

JSON →
library3.15.0javamavenunverified

Gatling is a high-performance load testing framework for web applications.

<dependency> <groupId>io.gatling</groupId> <artifactId>gatling-test-framework</artifactId> <version>3.15.0</version> </dependency>
INSTALL
IMPORT
SIG · GATLING-TEST-FRAME
G
gatling-test-framework
testingjavav3.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Simulation
io.gatling.javaapi.core.Simulation

Define a Gatling load test simulation.

import io.gatling.javaapi.core.*; import static io.gatling.javaapi.core.CoreDsl.*; public class MySimulation extends Simulation { { setUp(scenario("Test").exec(http("request").get("/")).inject(atOnceUsers(1))); } }
Debug
Known issues
breakingGatling 3.x uses Java 11+; older versions require Java 8.
fix
Ensure your JDK version matches the Gatling version requirements.
affects: >=3.0.0
Upgrade
Version history
3.15.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
gatling-test-framework — mvn dependency:get gatling-test-framework · libregistry