Running the Gatling Test Script
Learn how to run the Gatling test script locally.
We'll cover the following...
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
...