serenity-bdd / serenity-cucumber4-starter

48 stars 73 forks source link

[Question ]How to retrieve the scenario name, feature file name and test step from Step Event Bus #34

Open Chankami opened 4 years ago

Chankami commented 4 years ago

Hi, I need to retrieve the scenario name, feature file name and test step from my java code. Is it possible to create those details from StepEventBus? if yes how to get it.

My requirement is to create the folders according to the above names to store screenshot to compare UI.

Appreciate your help.

Thanks