Building and Running Tests
Explore how to build and execute Gatling performance test simulations using Gradle commands. Learn to run single or multiple tests, generate detailed HTML reports, and analyze test outcomes to improve automation processes.
Now, we are familiar with the framework code structure. In the next lesson, we will learn to build, run, and experiment with the downloaded sample simulation code.
Building the framework code
Navigate to the project root folder and run the following commands:
./gradlew clean build -x test
Running a single simulation file
Navigate to the project and run the ...