JENKINS - Publish HTML Report

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025
  • Step to Integrate HTML Report in Jenkins
    Jenkins Setup:
    1. Goto Manage Jenkins
    2. Add HTML Publisher plugin
    3. Create MVN project
    4. Pass your POM root file directory
    5. mvn command - clean test
    6. Post-build action : Select Publish HTML Report
    7. Enter HTML Report Pattern as **/report.html
    8. If report not in html format navigate to below path in jenkins and run the command and re-run your build.
    Manage Jenkins--Manage Nodes--Click settings(gear icon)--
    click Script console on left and type in the following command:
    System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

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

  • @chandrashekhar152
    @chandrashekhar152 ปีที่แล้ว +1

    Thank you so much for this video

  • @Concerned_Indianz
    @Concerned_Indianz 3 ปีที่แล้ว +1

    Thanks Sir,, Really Helpful and great Video.

  • @marcelarmada-castellon1863
    @marcelarmada-castellon1863 3 ปีที่แล้ว +1

    Thanks man. tausend thanks. You have helped me a lot with this video. :)

  • @barambomka599
    @barambomka599 ปีที่แล้ว

    Thanks! Helped a lot.

  • @sridhar6358
    @sridhar6358 3 ปีที่แล้ว +1

    I dont see the Test Result Trend graph there on the right hand top side, what should i do to see that i see the graph is displayed

  • @sweetthirty2
    @sweetthirty2 ปีที่แล้ว

    im running my job from Git hub what file path should I provide for reports??

  • @balabadruniamogh7496
    @balabadruniamogh7496 3 ปีที่แล้ว

    Hi sarvanan.. Index option is not coming when I click report. Only zip download option is coming.. could you please help me on this

  • @nikhiljagade9533
    @nikhiljagade9533 3 ปีที่แล้ว +1

    I am not having post-build actions option do we need to install any plugin for that if yes then what's the name?

  • @Someone_2923
    @Someone_2923 4 ปีที่แล้ว +1

    Thanks for the video sir...
    I need a help in Cucumber.
    Is it possible to provide a loop for particular step in Cucumber scenarios.

    • @SaravananSeenivasan
      @SaravananSeenivasan  4 ปีที่แล้ว +1

      Thanks for the feedback, are you asking about running same feature with different data's ?
      if yes we can use Examples in scenario outline

    • @Someone_2923
      @Someone_2923 4 ปีที่แล้ว

      @@SaravananSeenivasan i am running the same step with different data from excel file

    • @SaravananSeenivasan
      @SaravananSeenivasan  4 ปีที่แล้ว

      @@Someone_2923 you iterating the same setup multiple time with different data's ?

    • @Someone_2923
      @Someone_2923 4 ปีที่แล้ว

      @@SaravananSeenivasan yes sir.. As of now i am creating a method and in that particular step i am using for loop and running the same method multiple times by getting different data from excel file (different set of data from different row in excel).
      So without creating a method and calling it through a for loop in a test step, is there any way to run a particular step in a scenario multiple times by getting different set of data from excel file (data from each row)

  • @sivaramakrishnanshanmugham7956
    @sivaramakrishnanshanmugham7956 3 ปีที่แล้ว

    Hi
    How to publish html report from database

  • @Reddy19800
    @Reddy19800 3 ปีที่แล้ว +1

    👌