Selenium reporting - Extent Reports | Custom Selenium framework using C#

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 14

  • @hoang97anh
    @hoang97anh 2 місяці тому

    What is your opinion comparing extent report and allure report

  • @77seban
    @77seban 5 місяців тому +1

    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.

  • @skf-sfg-sts-23-ghfj-jfjf
    @skf-sfg-sts-23-ghfj-jfjf 5 місяців тому

    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.

  • @aidanweinberg7760
    @aidanweinberg7760 Рік тому

    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!

    • @TechWithAlexDuta
      @TechWithAlexDuta  Рік тому

      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!

  • @chinmayk2657
    @chinmayk2657 2 місяці тому

    multiple test case execution and reporting in single extent report - any video pls give the link

  • @HazraFaiyaz
    @HazraFaiyaz 8 місяців тому +1

    Which version of VSCode are you using? Does this work with the latest version?

    • @TechWithAlexDuta
      @TechWithAlexDuta  8 місяців тому

      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 :)

  • @vipulkhandelwal3477
    @vipulkhandelwal3477 5 місяців тому

    How can I use this implementation with xunit framework?

  • @YoungerThuggg
    @YoungerThuggg Рік тому +1

    What if I want to send this report to someone else?

    • @TechWithAlexDuta
      @TechWithAlexDuta  Рік тому

      There can be various options like file sharing services, create a virtual directory on an existing Web site, cloud storage etc.

  • @Sara-mr7rd
    @Sara-mr7rd Рік тому

    Unable to get extent report in parell execution, please put vedio on extend report while parallel execution

  • @sathiksha3654
    @sathiksha3654 Рік тому

    If possible generate an Extent pdf report.

    • @TechWithAlexDuta
      @TechWithAlexDuta  Рік тому

      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.