I have BDD story file in which i have "given,when,then,scenarios". I would like to add timestamp in story file output. How can we do that?
An example:
Given a step that is executed before each story
Scope: SCENARIO
Given a step that is executed before each scenario
This comes as the output when I run the story via Jenkins. I want to get the timestamp in the story file output as:
<Timestamp here> Given a step that is executed before each story
Scope: SCENARIO
Given a step that is executed before each scenario