Cucumber / Pickle 语句中的多字模型

发布于 2024-09-26 20:54:54 字数 172 浏览 7 评论 0原文

我找不到任何有关如何使用 Pickle / Cucumber 语句中包含多个单词的模型的示例。以下是声明:

鉴于存在名称为“ContactForm”的访问者活动类型,

我尝试过使用空格、无空格、下划线和驼峰式大小写。但似乎没有任何作用。当然,也许我做错了什么。有人可以帮忙吗?

谢谢

I can't find any examples of how to use models that contain multiple words in a Pickle / Cucumber statement. Here is the statement:

Given a visitor_activity_type exists with name:"ContactForm"

I've tried with spaces, no spaces, underscores, and camel casing. But nothing seems to work. Of course, maybe I'm doing something else wrong. Can anybody help?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

_畞蕅 2024-10-03 20:54:54

实际上,多个单词就可以了(带空格)。您很可能缺少要使用的模型类的工厂。

Multiple word work just fine, actually (with spaces). Most likely you're missing the factory for the model class you want to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文