【发布时间】:2022-01-02 07:17:33
【问题描述】:
我使用 c# 和 playwright 创建了一个 specflow 项目。代码没有问题,但在 Visual Studio 上使用测试资源管理器时测试不运行。
当我运行测试时,结果总是说:
测试未运行
我为playwright 和specflow 安装了nuget 包,但看不到任何错误。运行测试是否需要任何其他组件?
我在 c# 中使用playwright.net
任何建议将不胜感激
示例功能文件:
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
谢谢
【问题讨论】:
标签: c# specflow playwright playwright-sharp