Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

z0li/gatling-gradle-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatling-gradle-example

A sample Gatling project built with Gradle.

Tested with:

  • Gatling v3.1.1 (using Scale v1.12.8)
  • Gradle v5.4.1

Usage

Build:

gradle clean build

Run with Gradle:

gradle run --args="-s io.github.z0li.ExampleSimulation"

Package as zip:

gradle distZip

Run the distributed package:

./bin/gatling-gradle-example -s io.github.z0li.ExampleSimulation

About

Sample Gatling project using Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages