I have a hooks.cs Binding file which have BeforeTestRun, BeforeFeature and BeforeScenario. I need Title of current Feature and scenario for log and report purposes. Since I am running the test in parallel, ScenarioContext throws exception as:
The ScenarioContext.Current static accessor cannot be used in multi-threaded execution...
Is there any way that I could get the current feature title and scenario title in multi-threaded execution?