Hi guys, I have created a jenkins plugin that generates HTML reports based on the testng-results.xml Any feedback is greatly appreciated. Thanks. You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
This looks interesting. How about sharing some pointers around the following : * The repository that houses this [ GitHub Link ] * A user guide that shows us how to leverage this. * A support model [ to whom we can reach out to if we need to get some things clarified ] Thanks & Regards Krishnan Mahadevan "All the desirable things in life are either illegal, expensive, fattening or in love with someone else!" My Scribblings @ http://wakened-cognition.blogspot.com/ My Technical Scribbings @ http://rationaleemotions.wordpress.com/ On Thu, Jul 2, 2015 at 1:49 PM, Bogdan Livadariu <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
It doesn't look too different from the existing reports. But there's definitely room for improvement, and I applaud anyone willing to make the CI/TestNG experience even better. We use Hudson, not Jenkins. Do you intend for your plugin to support Hudson? Cheers, Todd. On Thu, Jul 2, 2015 at 8:47 AM, Krishnan Mahadevan <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Krishnan Mahadevan
Hi Krishnan, regarding your comments links are below: 1. jenkins plugin github link: https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report 2. an user guide has not yet been created 3. for any questions event setup can be addressed here: https://gitter.im/BogdanLivadariu/bootstraped-multi-test-results-report?utm_source=share-link&utm_medium=link&utm_campaign=share-link 3.1 it is a public chatroom on Gitter that is designed specially for helping users setup their environment, I did not had time to create any documentation yet unfortunately bug to whom this plugin might be of any help, I will be glad to provide details, and maybe I will be forced this way to create a documentation :) Regards, Bogdan. On Thursday, July 2, 2015 at 5:47:58 PM UTC+3, Krishnan wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Todd Bradley-2
Hi Todd,
-- in the near time, I am thinking to add support for Bamboo and Hudson, just that I need to find some time for this :) as per CI, the lib that the jenkins plugin uses, offers a CI usage, so you can build HTML reports locally, below is described how you can achieve this: 1. download the lib with dependencies from : https://oss.sonatype.org/service/local/repositories/releases/content/com/github/bogdanlivadariu/testng-reporting-handlebars/1.0.0/testng-reporting-handlebars-1.0.0-jar-with-dependencies.jar 2. make sure you have JAVA 8 on your workstation 3. CI usage: java -jar -DxmlPath="dir path where the testng results xml is located" -DreportsOutputPath="dir path where the reports should be generated" testng-reporting-handlebars-1.0.0-jar-with-dependencies.jar 4. if all goes well, you find your html reports generated in the outputPath mentioned. the git repo can be found here: https://github.com/BogdanLivadariu/testng-reporting-handlebars at this point the repo is empty, I need to do some cleanup before I push it, but in the next couple of days the source code should be there. Regards, Bogdan. On Thursday, July 2, 2015 at 7:33:12 PM UTC+3, Todd Bradley wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Bogdan Livadariu
it has been build for hudson 3.2.2 : https://www.dropbox.com/s/p4nrr4l43h9x0nt/bootstraped-multi-test-results-report.hpi?dl=0 if it looks as it being working, I will investigate how to push the plugin towards public hudson plugins repo Cheers, Bogdan.
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Bogdan Livadariu
On Thursday, July 2, 2015 at 5:27:42 PM UTC+3, Bogdan Livadariu wrote: -- You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
whats the plugin name?
-- On Friday, July 3, 2015 at 1:46:54 PM UTC+5:30, Bogdan Livadariu wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
https://wiki.jenkins-ci.org/display/JENKINS/Bootstraped+Multi+Test+Results+Report
-- On Tuesday, July 7, 2015 at 11:55:10 AM UTC+3, sunny sachdeva wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Not sure why I can see any results when I search for
-- "Bootstraped Multi Test Results Report"under Jenkin manage plugin/ Available Tab On Tuesday, July 7, 2015 at 6:58:18 PM UTC+5:30, Bogdan Livadariu wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
I have no problems seeing the plugin in a local instance, nor in a production instance:
-- On Tuesday, July 7, 2015 at 5:08:12 PM UTC+3, sunny sachdeva wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Strange but its ok I have downloaded the .hpi file.
-- On Wednesday, July 8, 2015 at 11:55:18 AM UTC+5:30, Bogdan Livadariu wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Hi sunny,
-- latest version of the plugin is 1.3.2, http://repo.jenkins-ci.org/simple/releases/com/github/bogdanlivadariu/bootstraped-multi-test-results-report/1.3.2/ I 1.3.0 & 1.3.1 looks to have some issues after the plugin is installed, and you try to view all the installed plugins. as a mention would be that the jenkins host should have java 8 installed, as most of the libs of the plugin depend of java8. if you have issues/questions/ideas of improvements, feel free to join: https://gitter.im/BogdanLivadariu/bootstraped-multi-test-results-report?utm_source=share-link&utm_medium=link&utm_campaign=share-link you'll find me there. Cheers, ~Bogdan. On Wednesday, July 8, 2015 at 1:55:20 PM UTC+3, sunny sachdeva wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
could you make it compatible with latest Jenkins STS release ( 1.602) ? my jenkins cant see it since this plugin requires latest 1.616.
-- Thanks -Dan On Wednesday, July 8, 2015 at 4:00:17 AM UTC-7, Bogdan Livadariu wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Here you go : https://www.dropbox.com/s/1p49mw4tumudbuo/bootstraped-multi-test-results-report_1.602.hpi?dl=0
-- On Tuesday, July 28, 2015 at 4:06:40 AM UTC+3, Dan Tran wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Hi Bogdan
-- You may want to release it again so that we can auto download it. The manual installation works for me Thanks -D You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Bogdan Livadariu
Suggestion: Under the "Test by name overview report " tab , it would be more appropriate to have "Test name" as the column name instead of "Class name".
-- Thanks Sandeep. ******************************************************************************************************************************************************************** On Thursday, 2 July 2015 08:27:42 UTC-6, Bogdan Livadariu wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
indeed :)
-- feel free to join: https://gitter.im/BogdanLivadariu/testng-reporting-handlebars?utm_source=share-link&utm_medium=link&utm_campaign=share-link I'm trying to keep up with the features request here :) Thanks, Bogdan. On Thursday, July 30, 2015 at 10:40:38 PM UTC+3, Sandeep Jain wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Hi bogdan,
-- i had used this testng plug in for my jenkins but iam getting HTTP 404 error please suggest me what was the problem... You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
can you send me the jenkins console log that the plugin has created ?
-- On Thursday, October 8, 2015 at 6:04:35 PM UTC+3, Brahma Chari wrote:
You received this message because you are subscribed to the Google Groups "testng-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/testng-users. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |