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

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Selenium reporting - Extent Reports

Komentáře • 14

  • @chinmayk2657
    @chinmayk2657 Před 26 dny

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

  • @77seban
    @77seban Před 3 měsíci +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.

  • @hoang97anh
    @hoang97anh Před měsícem

    What is your opinion comparing extent report and allure report

  • @skf-sfg-sts-23-ghfj-jfjf
    @skf-sfg-sts-23-ghfj-jfjf Před 4 měsíci

    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.

  • @vipulkhandelwal3477
    @vipulkhandelwal3477 Před 3 měsíci

    How can I use this implementation with xunit framework?

  • @user-qs4le8kq5y
    @user-qs4le8kq5y Před 6 měsíci +1

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

    • @TechWithAlexDuta
      @TechWithAlexDuta  Před 6 měsíci

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

  • @aidanweinberg7760
    @aidanweinberg7760 Před rokem

    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  Před rokem

      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!

  • @Youngerthuggg
    @Youngerthuggg Před rokem +1

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

    • @TechWithAlexDuta
      @TechWithAlexDuta  Před rokem

      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 Před rokem

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

  • @sathiksha3654
    @sathiksha3654 Před rokem

    If possible generate an Extent pdf report.

    • @TechWithAlexDuta
      @TechWithAlexDuta  Před rokem

      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.