Questions tagged [selenium-extent-report]

Introducing a cutting-edge logger API designed specifically for generating HTML reports using the Selenium web driver to capture test results. This innovative tool is tailored for both Java and .NET environments and offers the added feature of custom dashboards in the Licenses/Pro version.

Is there a way to organize the report directories within the Selenium-Cucumber Maven framework?

In my Selenium - Cucumber Maven framework setup, I have successfully implemented code to generate report logs for each run. However, I am facing an issue where the report folders created do not appear in sorted order. Is there a method or solution availabl ...

An error was thrown at module.js line 473 in the node C:UsersXXXXXXXXAppDataRoaming pm ode_modulessailsinsails.js

Following an npm installation of Sails.js on my Windows 10 system, I encountered an issue where the "sails" command was not being recognized. Could someone provide some guidance on what specific values should be added to the PATH variable? My understandin ...

Generate a distinct report folder for every execution by utilizing Selenium-Cucumber Maven

I'm currently utilizing extent reporting in my selenium-cucumber project to generate report files. However, each time the program runs, it overwrites the previously generated report. Is there a way to create separate report folders with timestamps app ...