在哪里可以找到如何最好地使用 Gherkin 标签?
我一直在使用 SpecFlow 进行验收测试。这使用了 Gherkin(DSL Cucumber 使用)。它包括一个有趣的功能,称为“标签”。我可以看到其使用的实用性,但不确定什么可能构成在 BDD 中使用标签的良好实践。
我在 Google 上搜索过寻求帮助,但不幸的是,包含“标签”一词与许多非 Gherkin 标签相匹配(如本页上的标签!)
我希望在 Cucumber wiki 上找到一些帮助,但 标签 主题尚未编写。
我发现这样的说法“您可以使用标签将功能和场景分组在一起,独立于文件和目录结构”,但恐怕我不知道这意味着什么!
I've been using SpecFlow for my acceptance tests. This uses Gherkin (the DSL Cucumber uses). It includes an interesting feature called "tags". I can see the practicalities of its use, but am not sure about what might constitute good practice for using tags in BDD.
I have Googled around for help but unfortunately including the word "Tag" matches lots of non-Gherkin tags (like the ones on this page!)
I hoped to find some help on the Cucumber wiki but the Tags topic is not yet written.
I found the statement "you can use Tags to group features and scenarios together independent of your file and directory structure" but I'm afraid I don't know what that means!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很好的链接 http://www.marcusoft。 net/2010/12/using-tags-in-specflow-features.html
This is a good link http://www.marcusoft.net/2010/12/using-tags-in-specflow-features.html