gpt4 book ai didi

ruby - Cucumber:自动创建步骤文件?

转载 作者:数据小太阳 更新时间:2023-10-29 07:24:23 26 4
gpt4 key购买 nike

当我运行 cucumber 时,它会显示我应该定义的可能步骤,RSpec 书中的一个例子:

1 scenario (1 undefined)
4 steps (4 undefined)
0m0.001s
You can implement step definitions for undefined steps with these snippets:
Given /^I am not yet playing$/ do
pending
end
When /^I start a new game$/ do
pending
end
Then /^the game should say “Welcome to CodeBreaker”$/ do
pending
end
Then /^the game should say “Enter guess:”$/ do
pending
end

有没有办法自动创建步骤定义文件,所以我不必手动重写或复制粘贴,但我可以将它们自定义为更通用吗?

最佳答案

Cucumber 不提供此功能。可能是因为您必须告诉它在哪里放置步骤定义文件,以及如何命名。

关于ruby - Cucumber:自动创建步骤文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1118255/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com