That was great ..for me it is hard to code... this is advance like developer not like tester. All the best and thanks for tutorial. Your few first lesson was less complicated.
Hi Alex, how to change the Timestamp on HTML reporter inside the test details when log status in ("Info", "Pass" or "Fail") , looks like yours has seconds? I have a date format like this "9:15 AM" on the Timestamp and would like to add seconds and millisecond. Thank you for your tutorials, they are very helpful.
I'm getting a System.TypeloadException on teardown from the StartReporting().Flush() call in the EndReporting method. Any tips to sort that out? It seems to be a dependency issue but I can't track down what needs to be installed/updated or if the root cause is something else entirely. This series is fantastic by the way, amazing tutorials!
This may be a broader scenario, it may be that you have a mismatch in your versions, or depending on the OS and ExtentReports versions it may be a compatibility issue (e.g. various OS with ExtentReports 3, ExtentReports 4, ExtentReports.Core). Also you can have a look at my GitHub page to double check the project configuration. Appreciate your feedback, happy learning!
While Extent Reports primarily generates HTML reports, you can convert the HTML report into a PDF format using an external library, for .NET you can have a look at NuGet Gallery.
What is your opinion comparing extent report and allure report
That was great ..for me it is hard to code... this is advance like developer not like tester. All the best and thanks for tutorial. Your few first lesson was less complicated.
Hi Alex, how to change the Timestamp on HTML reporter inside the test details when log status in ("Info", "Pass" or "Fail") , looks like yours has seconds? I have a date format like this "9:15 AM" on the Timestamp and would like to add seconds and millisecond.
Thank you for your tutorials, they are very helpful.
I'm getting a System.TypeloadException on teardown from the StartReporting().Flush() call in the EndReporting method. Any tips to sort that out? It seems to be a dependency issue but I can't track down what needs to be installed/updated or if the root cause is something else entirely.
This series is fantastic by the way, amazing tutorials!
This may be a broader scenario, it may be that you have a mismatch in your versions, or depending on the OS and ExtentReports versions it may be a compatibility issue (e.g. various OS with ExtentReports 3, ExtentReports 4, ExtentReports.Core).
Also you can have a look at my GitHub page to double check the project configuration.
Appreciate your feedback, happy learning!
multiple test case execution and reporting in single extent report - any video pls give the link
Which version of VSCode are you using? Does this work with the latest version?
It should work with the latest version of vs code (and not only). For this video I have used 1.86.2. Enjoy the journey and happy coding :)
How can I use this implementation with xunit framework?
What if I want to send this report to someone else?
There can be various options like file sharing services, create a virtual directory on an existing Web site, cloud storage etc.
Unable to get extent report in parell execution, please put vedio on extend report while parallel execution
If possible generate an Extent pdf report.
While Extent Reports primarily generates HTML reports, you can convert the HTML report into a PDF format using an external library, for .NET you can have a look at NuGet Gallery.