考虑以下场景,
@regression @msexcel
Scenario Outline: Open all supported excel formats from windows explorer
Given I navigate to a windows explorer directory named <directoryName>
Examples:
| directoryName | excelDocumentName | expectedTitle |
| OfficeDocuments\Excel | Excel2016_3Worksheets_XLSM.xlsm | Excel2016_3Worksheets_XLSM.pdf [Read-Only] - pdfDocs |
| OfficeDocuments\Excel | Excel2016_3Worksheets_XLT.xlt | Excel2016_3Worksheets_XLT.pdf [Read-Only] - pdfDocs |
我想阅读场景挂钩之前或之后的示例表。那可能吗?如果是这样,请帮忙提供建议。 谢谢。
您可以使用 [BeforeScenario] 和 [AfterScenario] 等 SpecFlow 挂钩来执行代码。
scenarioContext.StepContext.StepInfo.Table