Re: Plugin hosting request for bootstraped-multi-test-results-report

2017-02-22 Thread Bogdan Livadariu
Hi James,

Can you guide me through what the steps the plugin will have to follow to 
in order to make it tick for the data-mining ?

On Wednesday, July 8, 2015 at 11:58:11 PM UTC+3, James Nord wrote:
>
> Hi Bogdan,
>
> The reports look very professional - but they really limit what Jenkins 
> can do (it only shows the current state) - which is similar to the issues I 
> had with the https://github.com/masterthought/cucumber-reporting plugin 
> (and why I wrote the 
> https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin 
> plugin).
> All the rich information is only parseable by humans and not exposed for 
> data-mining, or used for comparison of builds.
>
> The latter plugin shows you the changes for the build, how long something 
> has been broken and exposes all this information in an API (as well as 
> attempting to format the 
> feature/steps in a reasonable manner).  But its UI is no where near as 
> swish as yours!  
>
> Do you think it would be possible to join forces (I would hate to have yet 
> another plugin that does almost the same thing as something).
>
> /James
>
>
> On Thursday, June 4, 2015 at 3:24:58 PM UTC+1, Bogdan Livadariu wrote:
>>
>> Hi,
>>
>> I'd like to request hosting for my plugin, "Bootstraped multi test 
>> results report"
>> Repo location: 
>> https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report
>> The license of the project is MIT: 
>> https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report/blob/master/pom.xml#L22
>>
>> What this does, is to generate for current version of the plugin, 
>> cucumber reports based on the JSON report files that are generated but the 
>> cucumber-jvm, reports that are making use of Bootstrap components.
>> An example of how a report would look like, can be found in the readme 
>> section of the project that the plugin is using to build reports :
>> see readme: 
>> https://github.com/BogdanLivadariu/cucumber-reporting-handlebars
>> if you want to see how a html report renders, there is a link in the 
>> reporting, but it would be also seen from here 
>> 
>>
>> This will be a project that will evolve, as I will add additional add 
>> support to generate HTML reports for jUnit XML result files.
>>
>> Regards,
>> Bogdan.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/4f5b6a6a-2d36-4a79-b615-871c2a6a7307%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin hosting request for bootstraped-multi-test-results-report

2015-07-09 Thread Bogdan Livadariu
Hi James,

joining forces to enhance the plugin sounds like a great idea.

feel free to join: 
https://gitter.im/BogdanLivadariu/cucumber-reporting-handlebars?utm_source=share-linkutm_medium=linkutm_campaign=share-link
so we can chat about what can we do, and what your thoughts are.

Regards,
~Bogdan.

On Wednesday, July 8, 2015 at 11:58:11 PM UTC+3, James Nord wrote:

 Hi Bogdan,

 The reports look very professional - but they really limit what Jenkins 
 can do (it only shows the current state) - which is similar to the issues I 
 had with the https://github.com/masterthought/cucumber-reporting plugin 
 (and why I wrote the 
 https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin 
 plugin).
 All the rich information is only parseable by humans and not exposed for 
 data-mining, or used for comparison of builds.

 The latter plugin shows you the changes for the build, how long something 
 has been broken and exposes all this information in an API (as well as 
 attempting to format the 
 feature/steps in a reasonable manner).  But its UI is no where near as 
 swish as yours!  

 Do you think it would be possible to join forces (I would hate to have yet 
 another plugin that does almost the same thing as something).

 /James


 On Thursday, June 4, 2015 at 3:24:58 PM UTC+1, Bogdan Livadariu wrote:

 Hi,

 I'd like to request hosting for my plugin, Bootstraped multi test 
 results report
 Repo location: 
 https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report
 The license of the project is MIT: 
 https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report/blob/master/pom.xml#L22

 What this does, is to generate for current version of the plugin, 
 cucumber reports based on the JSON report files that are generated but the 
 cucumber-jvm, reports that are making use of Bootstrap components.
 An example of how a report would look like, can be found in the readme 
 section of the project that the plugin is using to build reports :
 see readme: 
 https://github.com/BogdanLivadariu/cucumber-reporting-handlebars
 if you want to see how a html report renders, there is a link in the 
 reporting, but it would be also seen from here 
 https://s3-eu-west-1.amazonaws.com/uploads-eu.hipchat.com/61299/675777/GJoheQp4wAyAqvT/81620f3c-98b6-4d51-8a59-6feac60ea422.html

 This will be a project that will evolve, as I will add additional add 
 support to generate HTML reports for jUnit XML result files.

 Regards,
 Bogdan.



-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d4f78fd6-8873-4f7a-a01c-0e577a1dd2cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin hosting request for bootstraped-multi-test-results-report

2015-07-08 Thread James Nord
Hi Bogdan,

The reports look very professional - but they really limit what Jenkins can 
do (it only shows the current state) - which is similar to the issues I had 
with the https://github.com/masterthought/cucumber-reporting plugin (and 
why I wrote 
the https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin 
plugin).
All the rich information is only parseable by humans and not exposed for 
data-mining, or used for comparison of builds.

The latter plugin shows you the changes for the build, how long something 
has been broken and exposes all this information in an API (as well as 
attempting to format the 
feature/steps in a reasonable manner).  But its UI is no where near as 
swish as yours!  

Do you think it would be possible to join forces (I would hate to have yet 
another plugin that does almost the same thing as something).

/James


On Thursday, June 4, 2015 at 3:24:58 PM UTC+1, Bogdan Livadariu wrote:

 Hi,

 I'd like to request hosting for my plugin, Bootstraped multi test results 
 report
 Repo location: 
 https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report
 The license of the project is MIT: 
 https://github.com/BogdanLivadariu/bootstraped-multi-test-results-report/blob/master/pom.xml#L22

 What this does, is to generate for current version of the plugin, cucumber 
 reports based on the JSON report files that are generated but the 
 cucumber-jvm, reports that are making use of Bootstrap components.
 An example of how a report would look like, can be found in the readme 
 section of the project that the plugin is using to build reports :
 see readme: 
 https://github.com/BogdanLivadariu/cucumber-reporting-handlebars
 if you want to see how a html report renders, there is a link in the 
 reporting, but it would be also seen from here 
 https://s3-eu-west-1.amazonaws.com/uploads-eu.hipchat.com/61299/675777/GJoheQp4wAyAqvT/81620f3c-98b6-4d51-8a59-6feac60ea422.html

 This will be a project that will evolve, as I will add additional add 
 support to generate HTML reports for jUnit XML result files.

 Regards,
 Bogdan.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/0a42675a-ea28-465a-944d-53889eb2656c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.