小黄瓜关键字未显示在范围报告中

时间:2019-12-20 14:32:13

标签: .net extentreports selenium-extent-report

尽管将步骤类型传递给我,但我仍将其步骤附加到给定方案中:

private static ExtentTest _extentScenario;
....
[AfterStep]
public void AfterStep(ScenarioContext scenarioContext)
{
       var stepType = ScenarioStepContext.Current.StepInfo.StepDefinitionType.ToString();
       var scenarioStepContext = scenarioContext.StepContext;
       _extentScenario.CreateNode(new GherkinKeyword(stepType), scenarioStepContext.StepInfo.Text); //step type has correct value

这就是我所得到的,但我希望Given,When,Then,And被渲染。

enter image description here

这就是我想要的:

enter image description here

0 个答案:

没有答案