我可以重命名 Cucumber 的 step_definitions 文件夹吗?

发布于 2024-10-02 10:51:35 字数 115 浏览 5 评论 0原文

Cucumber 非常适合行为驱动开发,但我想使用较短的目录名称。特征/步骤定义?为什么不是功能/步骤?我想有某种方法可以在 cucumber.yml 文件中更改此设置,但我没有找到可以更改此设置的 .yml 文件。

Cucumber works great for Behavior Driven Development, but I'd like to use shorter directory names. features/step_definitions? Why not features/steps? I suppose there is some way to change this in the cucumber.yml file, but I haven't had any luck finding a .yml file that does.

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

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

发布评论

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

评论(1

甜嗑 2024-10-09 10:51:35

你不需要做任何事情。 Cucumber 在“features”的子目录中搜索步骤定义,因此 features/steps 的工作方式与 features/step_definitions 相同。

You don't need to do anything. Cucumber searches for step definitions in subdirectories of 'features', so features/steps works the same as features/step_definitions.

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