Re: Cucumber report plugin, How can I get custom Output text to show on the report

2017-05-16 Thread Jason Koelewyn
Cuke report plugin, and the Cuke test result plugin. The issue is we want the output at the step level, not the scenario level. This allows explicit manual test instructions to be part of the output. J On Monday, May 15, 2017 at 7:04:07 PM UTC-4, James Nord wrote: > > I'm pretty sure I implemente

Re: Cucumber report plugin, How can I get custom Output text to show on the report

2017-05-16 Thread Jason Koelewyn
Thank you, but is there a way to do it outside of the hooks? or do you just have to accumulate all your output as you go and dump it out in the after block? On Monday, May 15, 2017 at 7:04:31 PM UTC-4, James Nord wrote: > > https://gist.github.com/aslakhellesoy/4072962 -- You received this me

Cucumber report plugin, How can I get custom Output text to show on the report

2017-05-15 Thread Jason Koelewyn
We have a lot of result text that shows in the console, but not in the report when our cuke tests run. Is there any way to raise those messages so they show on the report? Thank you Jason -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns