it was very helpful, may i know where could i get the next video continuation to this?
@AnilKumar-up5qx4 жыл бұрын
Beautifully explained Thanks you. You are talking about timestamp and taking the latest report out of that any videos for that.
@Mukeshotwani4 жыл бұрын
Hey Anil, Jenkins will publish the report which we keep in post build action.
@AnilKumar-up5qx4 жыл бұрын
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.
@prabodhghosh6625 жыл бұрын
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?
@akhilesh41833 жыл бұрын
Hi Mukesh - Thanks for the Video. If you could please create video to handle static report limitation of "Publish HTML" plugin
@nikamp84745 жыл бұрын
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?
@kimferko90383 жыл бұрын
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
@parkashram64824 жыл бұрын
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
@AJAUTOMATION4 жыл бұрын
Nice job @mukesh. Thanks..
@Mukeshotwani4 жыл бұрын
Thanks AJ
@svpradeep5 жыл бұрын
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 *");
@Mukeshotwani5 жыл бұрын
Thanks Pradeep for letting me know.
@shanjaynithin23884 жыл бұрын
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-eb2yy3 жыл бұрын
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.v82894 жыл бұрын
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
@shalinikhetan56404 жыл бұрын
Hi Prashanth have you got the solution? I am looking for the same
@prashantht.v82894 жыл бұрын
@@shalinikhetan5640 Nope, I dont think it is possible thru Jenkins...You will have to take care in your framework
@shalinikhetan56404 жыл бұрын
@@prashantht.v8289 thanks prashanth for reply
@nik.rawat1235 жыл бұрын
One more thing, is SCM Poll applicable for Perforce as well?
@Mukeshotwani5 жыл бұрын
Hi Nikhil, SCM poll is jenkins feature which can be used for perforce as well.
@sharadranajava5 жыл бұрын
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 ?
@Mukeshotwani5 жыл бұрын
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.
@priyanshisaxena62525 жыл бұрын
very insightful and interesting
@Mukeshotwani5 жыл бұрын
Thanks Priyanshi :)
@rajendramahapatra32935 жыл бұрын
Hi Mukesh, Could you please upload a video on how to generate Extent Report with screenshots in jenkins?
@ramakrishan36505 жыл бұрын
Hi Sir , Do you have any videos on Robot Frame Work Training with Eclipse + Python + Selenium ? Web table reading, Excel Reading , DataBase query etc..
@hashinpk96504 жыл бұрын
Hi Mukesh, Could you please tell me how to configure the dynamic extent report in Jenkins. If there any video pls share
@vivekkurhe98813 жыл бұрын
Hello Mukesh, How to deal with a report having timestamped and publish it instead of using a static report?
@Mukeshotwani3 жыл бұрын
Hello Vivek, This plugin need report name which it can publish.
@vivekkurhe98813 жыл бұрын
@@Mukeshotwani Sorry I didn't get that. Can you tell which plugin?
@glamup80974 жыл бұрын
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.
@SOBHITSHARMA5 жыл бұрын
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.
@hashinpk96504 жыл бұрын
If you got the solution pls share
@ravipremani62014 жыл бұрын
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
@rajendramahapatra32935 жыл бұрын
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
@niladreemondal71465 жыл бұрын
@Mukesh otwani hi mukesh can you make a video on how to configure master slave set up for running the build
@nilavapal95854 жыл бұрын
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.
@Mukeshotwani4 жыл бұрын
Hi Nilava, Jenkins is just a CI tool so there as well we should get the report. Are you getting any error or exception?
@kashifabanu35884 жыл бұрын
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
@hashinpk96504 жыл бұрын
Have you got the solution
@donatesmile2025 жыл бұрын
Superb,Thanks:)
@ParagOak5 жыл бұрын
Is there any problem with your screen graphics? Colour and text is not looks good
@Mukeshotwani5 жыл бұрын
Yes Parag seems some issue.. Is content and voice is understandable?
@umangsharma74475 жыл бұрын
@@Mukeshotwani --- no issues with voice and content..
@ParagOak5 жыл бұрын
Mukesh otwani content and voice is good
@M0_0RPH4 жыл бұрын
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.
@Mukeshotwani4 жыл бұрын
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_0RPH4 жыл бұрын
@@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.
@ramyatippannavar88124 жыл бұрын
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
@Mukeshotwani4 жыл бұрын
Hey Ramya, is this issue solved? Create Jenkins job which pulls the data from git then publish report.
@ramyatippannavar88124 жыл бұрын
yaa resolved mukesh...thx lot
@ramyatippannavar88124 жыл бұрын
yaa resolved mukesh...thx lot
@sivaramakrishnanshanmugham79563 жыл бұрын
how to publish html report from database
@Mukeshotwani3 жыл бұрын
Hi Siva is your report stored in DB? If yes then you can publish them in any application server.
@HarryKingKelowna5 жыл бұрын
Interesting
@glamup80974 жыл бұрын
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.