gpt4 book ai didi

ruby - RSpec 完成测试后是否可以运行脚本

转载 作者:行者123 更新时间:2023-12-02 21:46:17 25 4
gpt4 key购买 nike

理想情况下,如果所有测试都通过,我希望能够调用一个 shell 脚本,如果失败则能够调用另一个 shell 脚本。有什么想法吗?

最佳答案

只需在您的配置中添加一个 after :suite Hook 即可:

RSpec.configure do |config|
config.after(:suite) do
# do whatever you need to do
end
end

参见before and after hooks在 RSpec 文档中。

关于ruby - RSpec 完成测试后是否可以运行脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19469633/

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