I'm trying to display the step that is currently running within the browser. So imaging the following are my steps in the .feature file
Given I navigate to "website"
When I click on an option
Then something happens
So if the first step is running I would like to see that step displayed somewhere on the browser so it is visible for my manager to see what is happening during the test. Does anyone have a solution for this? Or know of a plugin that could solve this problem I'm facing?