Search⌘ K

Running the Gatling Test Script

Explore how to run Gatling test scripts using terminal commands, including running all or specific simulations. Learn how to override default configurations and access detailed reports to understand performance test results.

In our previous lesson, we learned how to write our first Gatling test script. In this lesson, we will learn how to run the test script and override the configuration.

Running from terminal

Run the following command to run the Gatling test script.

./gradlew
...