带 NUnit 的 C# 是否支持步骤、Features/Stories、参数等 Allure 功能
Does C# with NUnit supports Allure features like Steps, Features/Stories, Parameters
我们使用 Visual studio、NUnit、Selenium 网络驱动程序和 C# 来编写我们的测试代码。我的问题是我们可以在我们的堆栈中使用步骤、Features/Stories、参数等 Allure 功能,还是仅支持基于 java 的测试框架?
除 java 外,我没有看到任何关于这些功能实现的文档。
感谢您的回复。
是的,您应该可以使用 Allure 功能。
看看Allure C# port. You will also need the Nunit adapter。
您可以使用的事件已列出 here。
我们使用 Visual studio、NUnit、Selenium 网络驱动程序和 C# 来编写我们的测试代码。我的问题是我们可以在我们的堆栈中使用步骤、Features/Stories、参数等 Allure 功能,还是仅支持基于 java 的测试框架?
除 java 外,我没有看到任何关于这些功能实现的文档。
感谢您的回复。
是的,您应该可以使用 Allure 功能。
看看Allure C# port. You will also need the Nunit adapter。
您可以使用的事件已列出 here。