我specflow使用 c# 和playwright. 代码没有问题,但在 Visual Studio 上使用测试资源管理器时测试不运行。当我运行测试时,结果总是说:
测试未运行
我安装了 nuget 包playwright并且specflow看不到任何错误。运行测试是否需要任何其他组件?我正在使用playwright.netc# 任何建议将不胜感激示例功能文件:
Feature: feature example
@mytag
Scenario: Open test
Given the test page is open
When I navigate to the links page
Then I will see all the links
谢谢