Showing posts with label TestNg. Show all posts
Showing posts with label TestNg. Show all posts
How to Generate Gradle Report in Selenium TestNG

How to Generate Gradle Report in Selenium TestNG


How to Generate Gradle Report in Selenium TestNG

In this section of the Gradle Tutorial, we would be learning how to create and generate different reports in our Gradle project.

Before moving further I would highly recommend you visit this link. To understand how to create and work with the Gradle project.

There are two basic types of reports that we can generate with Gradle.



1.     TestNG report
2.     Gradle Report

 Running Automation Script in Chrome Headless with TestNg

Running Automation Script in Chrome Headless with TestNg


Related image

In this blog, we are going to learn how we can execute Selenium Automation Test in Headless mode or browser using Chrome.

Before Going Further let's Understand what is Headless Browser.

As Name Suggest Headless Browser is a browser without any user interface it would execute all our test case like a normal web-browser but we won’t be able to see that execution on our screen.