JsonPlaceholder API load testing using gatling.io.
Make sure you have installed and be configured the environment variables all the following prerequisites on your development machine:
OS | JDK | Gradle |
---|---|---|
Windows | scoop install java/openjdk21 |
scoop install gradle |
macOS | brew install openjdk@21 |
brew install gradle |
- Clone the repository.
git clone https://github.com/burakkaygusuz/gatling-jsonplaceholder-load-testing.git
- Change the directory.
cd gatling-jsonplaceholder-load-testing
- Run the test.
./gradlew gatlingRun