HI Kingsley,
Thanks for writing the plugin!
I am interested in using this plugin in my current project. I am currently new to jenkins and this plugin. Plugin https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java doesn't list out the detailed steps for using this plugin.
Can you please provide some detailed steps :
You mentioned to install this plugin in jenkins and then restart the jenkins. But how to install this plugin in jenkins after downloading it?
Please list out some steps in detail.
I have created a cucumber-jvm project using selenium and Maven.
Thanks,
Yogesh Aggarwal
On Monday, May 21, 2012 11:06:38 PM UTC+5:30, kingsleyh wrote:Hi,If anyone is using Jenkins/HudsonI have written a cucumber plugin for jenkins to display the cucumber results beautifully:I have found it very useful personally so thought I would share it with you :)Thanks--Kingsley
-- There are two rules:
1) Please prefix the subject with [Ruby], [JVM] or [JS]. This allows people to filter messages.
2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
-- There are two rules:
>I have written a cucumber plugin for jenkins to display the cucumber results beautifully:
--
-- Rules -- 1) Please prefix the subject with [Ruby], [JVM] or [JS]. 2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style 3) If you have a question, don't reply to an existing message. Start a new topic instead. You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
On Wednesday, 23 May 2012 01:50:48 UTC+12, Yogesh Aggarwal wrote:HI Kingsley,
Thanks for writing the plugin!
I am interested in using this plugin in my current project. I am currently new to jenkins and this plugin. Plugin https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java doesn't list out the detailed steps for using this plugin.
Can you please provide some detailed steps :
You mentioned to install this plugin in jenkins and then restart the jenkins. But how to install this plugin in jenkins after downloading it?Maybe try this page for more detail: https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java/wiki/Detailed-Configuration
On 24 June 2012 19:25, Robert <rest...@gmail.com> wrote:
On Monday, May 21, 2012 10:36:38 AM UTC-7, kingsleyh wrote:Hi,If anyone is using Jenkins/HudsonI have written a cucumber plugin for jenkins to display the cucumber results beautifully:I have found it very useful personally so thought I would share it with you :)Thanks--KingsleyKingsley,First off, the reports you've put together are fantastic!! I've been reviewing the examples listed on the github page, and salivating at how I might somehow re-purpose the plug-in for Bamboo. Any idea if the plug-in might work with Bamboo?Unfortunately, we do not use Jenkins, but it sure would be nice if this could somehow be integrated with Bamboo.Hi Robert,I'm putting together a Bamboo plugin for a few people. It should be available in the Atlassian Plugin exchange in the next two weeks.Cheers,Alan
--
-- Rules -- 1) Please prefix the subject with [Ruby], [JVM] or [JS]. 2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style 3) If you have a question, don't reply to an existing message. Start a new topic instead. You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
Yes I can probably add that - feel free to raise requests As GitHub issues. Also I recently split out the reporting from the plugin so it can be used standalone - one such use it in the maven mojo which runs the report on he command line.
I already tried it:Just attempted to use the maven plugin after forking/building it. Plugin/Reporter seem to not like the cucumber-jvm json format.I've an example app (included as a tar.gz) and can post it as a bug, but I suspect this is the result of cucumber-jvm's json formatter not appending results until the first failing/last step (on a success).... so seems to be more of a bug for cucumber-jvm. Not sure where it should go.... what the structure of the json should be..... ah I do miss the days of schemas....I can bake a test in to the maven plugin project (using maven's invoker test support), but again I don't think this is your bug. However since you should have that kind of test anyway, I will probably get to it today.I'm going to post several feature enhancements and take a stab at them as well.Things like, break on too many pending exceptions, scanning for multiple files, Ignoring failures on tag (combinations) so that if a scenario targets multiple apps it can still be strict on one app while being lax on another. Think the 4 tags @Desktop @Mobile @Mobile_Unstable @Desktop_Unstable.... a scenario could be both Mobile/Desktop but only behaving in an unstable way on Desktop.Rex
Hi,I am very close to getting this working but falling down on the last step where it attempts to generate the Cucumber report from the json results, with these errors:[CucumberReportPublisher] there were no json results found in: C:\Program Files (x86)\Jenkins\jobs\Maven Test 2\workspace\target [CucumberReportPublisher] there were no json results found in: C:\Program Files (x86)\Jenkins\jobs\Maven Test 2\builds\2013-02-19_12-15-47\cucumber-html-reportsThe cucumber.json report is being generated in the IDE local directory in the \target folder each time a build is run, I have JUnit running and Jenkins can access C:\Program Files (x86) etc path fine in previous Archiving steps in the Build Output.I am running a Windows pre-step of:mvn clean test -Dcucumber.options="--tags @FaProgsALL" -Dbrowser=firefoxMy only config in the Publish Cucumber report isJson Reports Path \targetI have hunted the net for a solution but now I am well and truly stuck, it seems like its not running the[CucumberReportPublisher] copying json to reports directory:functionCan anyone help or advise?Cheers, Steve(Win 7, Intelli JIDEA12, WebDriver, Cucumber-JVM)
On Monday, 21 May 2012 18:36:38 UTC+1, kingsleyh wrote:Hi,If anyone is using Jenkins/HudsonI have written a cucumber plugin for jenkins to display the cucumber results beautifully:I have found it very useful personally so thought I would share it with you :)Thanks--Kingsley
>I have written a cucumber plugin for jenkins to display the cucumber results beautifully:
These reports are indeed beautiful.I've been working on a JSON formatter for cucumber-js - https://github.com/worldofchris/cucumber-jsI did this because we have cucumber-js tests which we need to include in our Jenkins build.I just ran the output of this through your plugin and it worked like a charm:Many Many thanks!CheersChris
Hey Chris,Awesome to hear that you implemented JSON formatter for cucumber-js which i have been struggling.
Could you please give me more details around in generating Json output for all tests and generating HTML reports using Jenkins plug in.ThanksSuryaOn Friday, June 22, 2012 9:58:49 AM UTC-5, worldofchris wrote:>I have written a cucumber plugin for jenkins to display the cucumber results beautifully:These reports are indeed beautiful.I've been working on a JSON formatter for cucumber-js - https://github.com/worldofchris/cucumber-jsI did this because we have cucumber-js tests which we need to include in our Jenkins build.I just ran the output of this through your plugin and it worked like a charm:Many Many thanks!CheersChris
--
-- Rules --
1) Please prefix the subject with [Ruby], [JVM] or [JS].
2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
3) If you have a question, don't reply to an existing message. Start a new topic instead.
You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks Aslak for looking into this. Here is my problem1. I have used "-f json" to generate the Json output file at end of the test. It is writing only to CLI the json output and doesn't have any option output to a file.2. So taking Json output from CLI is making very difficult as it have larger number of tests and also leads to json format issues which requires manual works to correct spaces and line breaks etc.So do we have any solution for it?
On 26 Oct 2013 02:24, "Farooq Yousuf" <farooq...@gmail.com> wrote:
> I'm trying to use the standalone version. My setup:
>
> I have a repository with my cucumber features and step definitions using Ruby.
>
> So I'm not sure how to generate the HTML reports? Can someone please provide detailed steps?
Please read the group rules at the end of every email and on the group main page: do not top post and start a new thread for a new question, especially if the original post is 4 months old! A few more details about your setup would also help getting better answers.
Paolo
> Thanks
> Farooq
>
> On Saturday, July 14, 2012 2:44:45 PM UTC-4, kingsleyh wrote:
>>
>> It's possible - I have split out the reporting into a standalone project so you could use that - check out the GitHub masterthought projects to see
>
Hi,If anyone is using Jenkins/Hudson
I have written a cucumber plugin for jenkins to display the cucumber results beautifully:
Hi ,i have to devalop a plugin for build staus analyasis.
but i dont know anything regarding the plugin devalopment.
can you suggest anything , that would be helpful in doing so ?
On Monday, May 21, 2012 11:06:38 PM UTC+5:30, kingsleyh wrote:Hi,If anyone is using Jenkins/HudsonI have written a cucumber plugin for jenkins to display the cucumber results beautifully:I have found it very useful personally so thought I would share it with you :)Thanks--Kingsley
--
Posting rules: http://cukes.info/posting-rules.html
Thanks for this plugin.
We are using: ruby/cucumber, generating report as mentioned in the readme, path is configured correctly as well.
But when i click the report, i get the following error:
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2
My json file starts like this
[{"keyword":"Feature","name":"
On Sun, 24 Jun 2012, Vicenzo Naves wrote:
> Would be nice to have that plugin working for cucumber ruby also =)
The plugin works as-is with Cucumber Ruby, first line on the README:
"To use with regular cucumber just make sure to run cucumber like this:
cucumber --format json -o cucumber.json"
Cheers
- R. Tyler Croy
--------------------------------------
Code: http://github.com/rtyler
Chatter: http://twitter.com/agentdero
rty...@jabber.org