Showing posts with label Extent Report. Show all posts
Showing posts with label Extent Report. Show all posts

September 15, 2022

How to append Pass/Fail status to name of extent report HTML itself

How to append Pass/Fail status to name of extent report HTML itself

ExtentReport is an open-source reporting library used in test automation. It provides an HTML report after execution which contains differen...

September 12, 2022

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report

 If anyone is using the new version of Extent report may have seen that now we are getting two HTML files instead of one Dashboard.html Inde...

November 24, 2019

How to write logs to extent report with screenshot as base64 image

How to write logs to extent report with screenshot as base64 image

It is always good to have a single method for writing logs to the reports. We can refer to the same method anywhere in the tests or in p...

November 23, 2019

How to Enable multi-threading in selenium java for faster execution

How to Enable multi-threading in selenium java for faster execution

What happens if we have one test and when we start the test then we need to do a specific set of steps in parallel. This absolutely looks ...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...