26. Extent Report with Screenshots in Cucumber | Generate Extent HTML and PDF Report

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 25

  • @mitra.1
    @mitra.1 23 วันที่ผ่านมา +1

    I Dont want to save the images in folder and use bas64. when I use, the images are not appearing in report. what to do?? please help

    • @qaautomationclasses
      @qaautomationclasses  20 วันที่ผ่านมา

      The screenshot is stored and then it is copied to report

  • @user-oh4xn8gf4y
    @user-oh4xn8gf4y 20 วันที่ผ่านมา +1

    Test output folder not getting generated..any help?

    • @qaautomationclasses
      @qaautomationclasses  20 วันที่ผ่านมา

      I feel like some configuration is missing in your framework.Please download the code from git hub and give it a try. You can find the link in the last video of the Playlist.

  • @ragulkarunanithi4596
    @ragulkarunanithi4596 21 วันที่ผ่านมา +1

    Github link for this project is available ah sir

    • @qaautomationclasses
      @qaautomationclasses  20 วันที่ผ่านมา

      Yes , you can find the git hub link in last video of this playlist

  • @koosbonganimaseko5119
    @koosbonganimaseko5119 5 หลายเดือนก่อน +1

    Thanks for the great tutorial
    Just a quick question, does the pdf report getting refreshed because I can only see one pdf that is not being refreshed on my side

    • @qaautomationclasses
      @qaautomationclasses  5 หลายเดือนก่อน

      For every run both html and pdf report gets updated with run result. Please take the code from GitHub and try once. It should work

  • @BhupinderKaur-m5l
    @BhupinderKaur-m5l 12 วันที่ผ่านมา +1

    Screenshots are not being generated or attached to the extent report. plz help me

    • @qaautomationclasses
      @qaautomationclasses  12 วันที่ผ่านมา

      Please download the code from github and try once. I believe some configuration is missing. You can find the link to my repository in the last video of this playlist

    • @BhupinderKaur-m5l
      @BhupinderKaur-m5l 12 วันที่ผ่านมา

      I got your github link but i am not able to import the "BrowserFactory" class, could you clear this once?

    • @BhupinderKaur-m5l
      @BhupinderKaur-m5l 10 วันที่ผ่านมา

      Plz reply me, it's urgent

    • @qaautomationclasses
      @qaautomationclasses  10 วันที่ผ่านมา

      Please download the entire project from github and import it into IDE, from there you can copy the specific file to your current project

  • @senthilraj1722
    @senthilraj1722 3 หลายเดือนก่อน

    Thank you. I am getting error when handling rerun failed scenarios for the pdf report and ran thru mvn command.. could you pls help

    • @qaautomationclasses
      @qaautomationclasses  3 หลายเดือนก่อน

      Can you please share the error and let me know how you are running the failed scenarios

  • @nareshbhukya8359
    @nareshbhukya8359 4 หลายเดือนก่อน

    I'm getting couldn't find or load main class ExtentReportListener.Reports error

    • @qaautomationclasses
      @qaautomationclasses  4 หลายเดือนก่อน

      Please download the source code from my GitHub and try to run it . You can find the link to GitHub in the last video of this playlist

  • @aswinkumar1377
    @aswinkumar1377 4 หลายเดือนก่อน +1

    How to change colour of pass fail type

    • @qaautomationclasses
      @qaautomationclasses  4 หลายเดือนก่อน

      Hi, We need to use ExtentTest class and we can use log method with this class reference and specify which color to select in case of pass or fail condition
      Please do check my other framework code base in GitHub github.com/smrutisdet/seleniumFrameworkDemo/blob/master/src/test/java/com/automationexcercise/automationUtilities/CustomListener.java

  • @vamshivishwanath
    @vamshivishwanath 6 หลายเดือนก่อน +1

    The word 'src' is not cThe word 'src' is not correctly spelledorrectly spelled
    coming this error in properties file

    • @qaautomationclasses
      @qaautomationclasses  6 หลายเดือนก่อน

      Please download the code from my GitHub account. It should work. There might be a typo due to which it is coming like this.

  • @radhikaN-v8d
    @radhikaN-v8d 3 หลายเดือนก่อน

    I am geting the error "TestRun.initializationError » ServiceConfiguration io.cucumber.core.gherkin.FeatureParser: Provider io.cucumber.core.gherkin.messages.GherkinMessagesFeatureParser not found' after i run using runner class
    could you please help

    • @qaautomationclasses
      @qaautomationclasses  2 หลายเดือนก่อน

      Please check your feature file. It seems to be an issue with your feature file

  • @radhikaN-v8d
    @radhikaN-v8d 3 หลายเดือนก่อน

    i am geting the error as "TestRun.initializationError » ServiceConfiguration io.cucumber.core.gherkin.FeatureParser: Provider io.cucumber.core.gherkin.messages.GherkinMessagesFeatureParser not found" when i run it using runner class
    can you please help me

    • @qaautomationclasses
      @qaautomationclasses  3 หลายเดือนก่อน

      It seems your feature file is having some issue, please look for any mistake in feature file