コード例 #1
0
        public void BeforeStep()
        {
            //var aux = ScenarioContext.Current.ScenarioInfo.Title;

            //if (actualTest != aux)
            //{
            //    Reporter.AddFeature();
            //    Reporter.AddScenario();
            //}
            Reporter.AddFeature();
            Reporter.AddScenario();
        }