© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
K. DasCreate an Enterprise-Level Test Automation Framework with Appiumhttps://doi.org/10.1007/978-1-4842-8197-0_3

3. Configuring Gradle

Koushik Das1  
(1)
Miami, FL, USA
 

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

Let’s open build.gradle in the editor. It looks like Figure 3-1 at this stage.

A screenshot of the test automation page in build dot ...

Get Create an Enterprise-Level Test Automation Framework with Appium: Using Spring-Boot, Gradle, Junit, ALM Integration, and Custom Reports with TDD and BDD Support now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.