cluecumber icon indicating copy to clipboard operation
cluecumber copied to clipboard

Option to show/hide hooks for each step independent of other steps

Open josepj opened this issue 5 years ago • 2 comments

In my tests I use scenario.write() to write custom messages to the report, which I have found useful when debugging failed tests. When debugging a failed test with a large number of steps, it would be nice to be able to Show/Hide individual step hooks as I am scrolling down the list of steps (I have expandStepHooks set to false due to the large number of steps).

In case the description is not clear,I have tried to mock up a step below.

Hide step hooks:

image

Show step hooks:

image

josepj avatar Jun 29 '19 03:06 josepj

Hi @josepj Thanks for this suggestion. I will see if I can integrate something like this for the future releases.

bischoffdev avatar Jul 01 '19 13:07 bischoffdev

Hi @josepj Thanks for this suggestion. I will see if I can integrate something like this for the future releases.

bischoffdev avatar Jul 01 '19 13:07 bischoffdev