Bhréin Brannick
Bhréin Brannick
Hello there, This would seem to be an issue for me too. I believe it to be eclipse related. I get the exact same error @hemantkrbajaj mentions above path.js:8 throw...
I don't have capacity to take on this task atm however I could be open to doing this at a later point. I doubt a single PR will complete this...
Hi Apologies in the delay getting this to you...I include a sample JSON file which is attached below in zip format. [testReport.json.zip](https://github.com/damianszczepanik/cucumber-reporting/files/8133830/testReport.json.zip) The steps in that test are ``` Given...
Hello @damianszczepanik I guess this is bit of a subjective opionion. To me it makes sense that hooks are part of the overall test duration/execution becuase ultimately you can't run...
Hi @cowtowncoder Thanks for your response. Apologies for not posting the question there in the first place, I didn't know of those mailer lists so I will ask there first...
I will have a look at to what the settings are within SnakeYAML and report my findings. There is two items here 1. indent lines that start with `-` 2....
Hi there, I'd like to have this feature if possible too. Reason been I'd like to include the details of the step name and accompanying line that failed thus making...
Hi @mpkorstanje Thanks for the response. I can have a look at the plugin system as you say. I'm curious as to why you can't use hooks for reporting when...
The suggestion for me was to capture the `step` information at that phase and when appropriate during test step execution (not every time it would be added) and add it...
So yes the json formatter has all that. Generally the json formatter `output` is passed onto a plugin per say to generate the HTML report (here is an example [http://damianszczepanik.github.io/cucumber-html-reports/overview-features.html](http://damianszczepanik.github.io/cucumber-html-reports/overview-features.html))....