How To Publish Report in Jenkins and Schedule Selenium Build in Jenkins

  Рет қаралды 24,394

Mukesh otwani

Mukesh otwani

Күн бұрын

Пікірлер: 59
@krishnascrip2315
@krishnascrip2315 3 жыл бұрын
it was very helpful, may i know where could i get the next video continuation to this?
@AnilKumar-up5qx
@AnilKumar-up5qx 4 жыл бұрын
Beautifully explained Thanks you. You are talking about timestamp and taking the latest report out of that any videos for that.
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
Hey Anil, Jenkins will publish the report which we keep in post build action.
@AnilKumar-up5qx
@AnilKumar-up5qx 4 жыл бұрын
Mukesh otwani Generally if we want to add reports we use the post buidl action. Which folder do we refer target/surefire-reports/emailable-report.html or the one in test output folder for testng html output.
@prabodhghosh662
@prabodhghosh662 5 жыл бұрын
Hi Mukesh, thanks for the videos and covering critical features of framework development. Could you please let us know which all other features will be covered in this series?
@akhilesh4183
@akhilesh4183 3 жыл бұрын
Hi Mukesh - Thanks for the Video. If you could please create video to handle static report limitation of "Publish HTML" plugin
@nikamp8474
@nikamp8474 5 жыл бұрын
Hi sir,very nice explanation.but if at a time 2 or 3 devlopers commit.then what happens with build.will it build 3 times for 3 commit instead of completing previous build?
@kimferko9038
@kimferko9038 3 жыл бұрын
Hi Mukesh, Nice video, congrats 😊 How can I store automatically the Tesng Results from Jenkins when all Maven tests are finished. I'd like to store the Jenkins Testng Results let's say in a folder "Tests" in Desktop? This will be a periodically Build Mon to Friday at 8.am. Every morning when Jenkins have this jobs should automatically put the Testng results in that folder "Tests" in Desktop. Can this be achieved? Thank you very much for your sharing and if could reply would be very glad
@parkashram6482
@parkashram6482 4 жыл бұрын
Hi Mukesh, In this vidio in extent report dashbord start and end time is same .. I am also facing same issue, can you suggest about it
@AJAUTOMATION
@AJAUTOMATION 4 жыл бұрын
Nice job @mukesh. Thanks..
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
Thanks AJ
@svpradeep
@svpradeep 5 жыл бұрын
Thanks, much Mukesh. For some reason, the groovy script liner dint work to view the report. Tried the below which worked. Not sure of the issue. May be the below helps others. System.clearProperty("hudson.model.DirectoryBrowserSupport.CSP"); System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "sandbox allow-scripts; default-src 'self'; script-src * 'unsafe-eval'; img-src *; style-src * 'unsafe-inline'; font-src *");
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Thanks Pradeep for letting me know.
@shanjaynithin2388
@shanjaynithin2388 4 жыл бұрын
Hi Pradeep, When I run your script images of the failed test cases are not loading in the report. Is it loading for you?
@alihamza-eb2yy
@alihamza-eb2yy 3 жыл бұрын
Hi Mukesh i have a question that do we need to keep the switch on the Jenkins on our PC in order to run the test on set time
@prashantht.v8289
@prashantht.v8289 4 жыл бұрын
Hi Mukesh, As usual very good video. In my framework, I generate extent report and i maintain the history and html file will append the file with date and time stamp. How can i send the latest generated report and send it through Jenkins
@shalinikhetan5640
@shalinikhetan5640 4 жыл бұрын
Hi Prashanth have you got the solution? I am looking for the same
@prashantht.v8289
@prashantht.v8289 4 жыл бұрын
@@shalinikhetan5640 Nope, I dont think it is possible thru Jenkins...You will have to take care in your framework
@shalinikhetan5640
@shalinikhetan5640 4 жыл бұрын
@@prashantht.v8289 thanks prashanth for reply
@nik.rawat123
@nik.rawat123 5 жыл бұрын
One more thing, is SCM Poll applicable for Perforce as well?
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Hi Nikhil, SCM poll is jenkins feature which can be used for perforce as well.
@sharadranajava
@sharadranajava 5 жыл бұрын
Hello Mukesh, Video was informative but what if our selenium framework generating timestamp folder under that html report ? how we can publish that report in Jenkins dashboard ?
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Hi Sharad in that case you have to go to workspace > reports > then click on it. For publishing you need report name to pass in Post build actions.
@priyanshisaxena6252
@priyanshisaxena6252 5 жыл бұрын
very insightful and interesting
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Thanks Priyanshi :)
@rajendramahapatra3293
@rajendramahapatra3293 5 жыл бұрын
Hi Mukesh, Could you please upload a video on how to generate Extent Report with screenshots in jenkins?
@ramakrishan3650
@ramakrishan3650 5 жыл бұрын
Hi Sir , Do you have any videos on Robot Frame Work Training with Eclipse + Python + Selenium ? Web table reading, Excel Reading , DataBase query etc..
@hashinpk9650
@hashinpk9650 4 жыл бұрын
Hi Mukesh, Could you please tell me how to configure the dynamic extent report in Jenkins. If there any video pls share
@vivekkurhe9881
@vivekkurhe9881 3 жыл бұрын
Hello Mukesh, How to deal with a report having timestamped and publish it instead of using a static report?
@Mukeshotwani
@Mukeshotwani 3 жыл бұрын
Hello Vivek, This plugin need report name which it can publish.
@vivekkurhe9881
@vivekkurhe9881 3 жыл бұрын
@@Mukeshotwani Sorry I didn't get that. Can you tell which plugin?
@glamup8097
@glamup8097 4 жыл бұрын
Hi Mukesh, Can you please create a video on how to render Extent reports as link? I could not find that video on your channel.
@SOBHITSHARMA
@SOBHITSHARMA 5 жыл бұрын
Hi Mukesh, Regarding the HTML report, I am using extend report but I can use this html report reason is our company requirement to create execution report in certain format example- environment_timestamp then how we can publish this kind of reports which doesn't have the same name for any kind of execution report. I would be thankful if you can address this issue. Same happens when want to send email with report.
@hashinpk9650
@hashinpk9650 4 жыл бұрын
If you got the solution pls share
@ravipremani6201
@ravipremani6201 4 жыл бұрын
Hi Mukesh I have created a pipelin project. I am running 4 jobs on 4 different VM (virtual machines) for parallel execution to reduce the execution time Now I want to consolidate those 4 reports generate basically consolidate the pass and fail count and publish it to the management as a single report How can we achieve this report consolidation Thank you
@rajendramahapatra3293
@rajendramahapatra3293 5 жыл бұрын
Hi Mukesh, There is one more solution to this. While running the jenkins.war From Command Prompt We can write java -Dhudson.model.DirectoryBrowserSupport.CSP=“” -jar jenkins.jar
@niladreemondal7146
@niladreemondal7146 5 жыл бұрын
@Mukesh otwani hi mukesh can you make a video on how to configure master slave set up for running the build
@nilavapal9585
@nilavapal9585 4 жыл бұрын
Hi Mukesh, I am facing some issue while running extent report. While I am running through command prompt or through eclipse the extent report got generating. But while running through Jenkins extent report not able to generate. Could you please guide me how to generate extent report through Jenkins.
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
Hi Nilava, Jenkins is just a CI tool so there as well we should get the report. Are you getting any error or exception?
@kashifabanu3588
@kashifabanu3588 4 жыл бұрын
Hi mukesh can I a have link for the next chapter of this vedio.. I want to add a newly generated report to the jenkins. I want to give a dynamic path for html publisher post build action
@hashinpk9650
@hashinpk9650 4 жыл бұрын
Have you got the solution
@donatesmile202
@donatesmile202 5 жыл бұрын
Superb,Thanks:)
@ParagOak
@ParagOak 5 жыл бұрын
Is there any problem with your screen graphics? Colour and text is not looks good
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Yes Parag seems some issue.. Is content and voice is understandable?
@umangsharma7447
@umangsharma7447 5 жыл бұрын
@@Mukeshotwani --- no issues with voice and content..
@ParagOak
@ParagOak 5 жыл бұрын
Mukesh otwani content and voice is good
@M0_0RPH
@M0_0RPH 4 жыл бұрын
Hi Mukesh, I want to know how can we take collect data from the jenkins report using cucumber ? I want to collect data from report and insert into my database. Please help.
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
Hi Anikit I am not clear with your question. You can get report in JSON format then you can use jsonpath or any json parser and then you can use the same in different usage.
@M0_0RPH
@M0_0RPH 4 жыл бұрын
@@Mukeshotwani I was asking like if i use Cucumber plugin for jenkins then it creates a cucumber report for me ( for serenity data) now i want to parse that report from json to python and then put it into my database ( influxdb) for visualisation in grafana.
@ramyatippannavar8812
@ramyatippannavar8812 4 жыл бұрын
hi mukesh,unable create file in workspace after scuccessful build.....its default after succsessfull build--->resolve this issue beacuse of this i am unable to publish extent report
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
Hey Ramya, is this issue solved? Create Jenkins job which pulls the data from git then publish report.
@ramyatippannavar8812
@ramyatippannavar8812 4 жыл бұрын
yaa resolved mukesh...thx lot
@ramyatippannavar8812
@ramyatippannavar8812 4 жыл бұрын
yaa resolved mukesh...thx lot
@sivaramakrishnanshanmugham7956
@sivaramakrishnanshanmugham7956 3 жыл бұрын
how to publish html report from database
@Mukeshotwani
@Mukeshotwani 3 жыл бұрын
Hi Siva is your report stored in DB? If yes then you can publish them in any application server.
@HarryKingKelowna
@HarryKingKelowna 5 жыл бұрын
Interesting
@glamup8097
@glamup8097 4 жыл бұрын
Hi Mukesh, Can you please create a video on how to render Extent reports as link? I could not find that video on your channel.
How To Integrate Framework With Git and Github
35:56
Mukesh otwani
Рет қаралды 34 М.
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 64 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 21 МЛН
Integrate Extent Report and Logs in Framework
28:16
Mukesh otwani
Рет қаралды 61 М.
How to schedule testcases in Jenkins and How to send email via Jenkins
16:58
Zero To hero | Jenkins Email Notifications | Day-4
29:52
DevOps Shack
Рет қаралды 9 М.
Selenium Integration with Jenkins and Github
49:50
Mukesh otwani
Рет қаралды 56 М.
How to Run Playwright Tests Using Jenkins
17:26
CloudBeesTV
Рет қаралды 16 М.
How To Become A DevOps Engineer in 2023? | Skills To Learn
20:34
Travis Media
Рет қаралды 586 М.