【发布时间】:2016-10-12 19:22:11
【问题描述】:
我正在使用 SpecFlow 通过 Visual Studio 2015 和 SpecFlow 1.9 编写一些测试。
是否可以在 SpecFlow 功能文件中包含空格的场景上添加标签?
Feature: My Feature
Some info
@I really want spaces here
Scenario: My Scenario
...
以上产生错误:
Custom tool error: Parsing error near '@I really want spaces here'
我在 Cucumber docs 没有遇到任何东西。
我试过猜测各种用法都无济于事。
【问题讨论】:
标签: visual-studio cucumber specflow