How to Add Extent Report in the Selenium-Cucumber Framework

In the Test automation framework, it is important to generate visually appealing HTML reports for effective communication of test execution results. In this post, we will learn how to integrate Extent Report in the Selenium Cucumber Framework. What is ExtentReport? Extent Report is a powerful, open-source library used in testing automation frameworks for generating beautiful … Read more

How to Rerun Failed Test Cases In Cucumber Project (2024)

CucumberFramework

In automation testing efficiency is the key aspect of any framework. Selenium and Cucumber emerged as strong automated testing technologies, allowing testers to enhance their processes and identify bugs faster. However, managing test scripts can be challenging, especially when dealing with failures.In this article, we’ll explore how to rerun failed test cases in Cucumber TestNG … Read more