cluecumber
cluecumber copied to clipboard
Option to show/hide hooks for each step independent of other steps
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:
Show step hooks:
Hi @josepj Thanks for this suggestion. I will see if I can integrate something like this for the future releases.
Hi @josepj Thanks for this suggestion. I will see if I can integrate something like this for the future releases.