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", "")
Thank you so much for this video
thanks for watching
Thanks Sir,, Really Helpful and great Video.
Thanks for watching
Thanks man. tausend thanks. You have helped me a lot with this video. :)
Thanks for watching
Thanks! Helped a lot.
welcome sir
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
Hi Sridhar,
run couple of times and check
im running my job from Git hub what file path should I provide for reports??
Hi sarvanan.. Index option is not coming when I click report. Only zip download option is coming.. could you please help me on this
I am not having post-build actions option do we need to install any plugin for that if yes then what's the name?
yes you have install plugin
Thanks for the video sir...
I need a help in Cucumber.
Is it possible to provide a loop for particular step in Cucumber scenarios.
Thanks for the feedback, are you asking about running same feature with different data's ?
if yes we can use Examples in scenario outline
@@SaravananSeenivasan i am running the same step with different data from excel file
@@Someone_2923 you iterating the same setup multiple time with different data's ?
@@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)
Hi
How to publish html report from database
👌
Thanks for watching