Example #1
0
 public static void BeforeFeature(FeatureContext _featureContext)
 {
     //Create dynamic feature name
     ExtentReportsHelper.CreateFeatureTest(_featureContext.FeatureInfo.Title);
 }