Last Updated On
Gradle is an open-source build automation tool that is designed to be flexible enough to build almost any type of software.
Gradle runs on the JVM and you must have a Java Development Kit (JDK) installed to use it.
Several major IDEs allow you to import Gradle builds and interact with them: Android Studio, IntelliJ IDEA, Eclipse, and NetBeans.

Installation of Gradle
| Chapter 1 How to install Gradle on Windows |
Creation of Gradle project
Importing of Gradle Project
| Chapter 1 How to import Java Gradle project in Eclipse | |
| Chapter 2 How to import Java Gradle project in IntelliJ |
Gradle Project in Cucumber
Gradle Project in Serenity
| Chapter 1 Serenity BDD with Gradle and Cucumber for Web Application | |
| Chapter 2 Serenity BDD with Cucumber and Rest Assured in Gradle | |
| Chapter 3 Serenity Emailable Report in Gradle |
Gradle Project with Selenium
| Chapter 1 How to create Gradle project with Selenium and TestNG | |
| Chapter 2 How to create Gradle project with Selenium and JUnit4 | |
| Chapter 3 Gradle – Integration of Selenium and JUnit5 |
Gradle Project in Rest API
Allure Reports for Gradle Project
| Chapter 1 Gradle – Allure Report for Selenium and TestNG | |
| Chapter 2 Gradle – Allure Report for Selenium and JUnit4 | |
| Chapter 3 Gradle – Allure Report for Cucumber, Selenium and TestNG |