In the previous chapter, we created the wireframe of our framework with Spring-Boot and set up the initial folder structure. In this chapter, we will prepare a few Gradle configuration files for dependency management. We will also define the Gradle tasks that will be used for our test execution. Let’s get started with the build.gradle file.
Preparing build.gradle
A screenshot of the test automation page in build dot ...