gpt4 book ai didi

ruby-on-rails - Rails 系统测试 : how to set default_host_url

转载 作者:行者123 更新时间:2023-11-28 20:07:46 24 4
gpt4 key购买 nike

  • rails :5.2.1
  • 开箱即用的测试设置
  • 以 chrome 作为驱动程序运行(正常和 headless )

我正在尝试运行系统测试,在其中我访问外部服务,然后被重定向回我自己的应用程序。

在这个系统测试中,我如何获得运行测试的完整 url?我找不到当前的本地主机端口,因此无法将正确的重定向 url 发送到外部服务。

最佳答案

Rails 6。唯一对我有用的是:

# inside a subclass of ActionDispatch::IntegrationTest or ActionDispatch::SystemTestCase
setup do
self.default_url_options = {...}
end

关于ruby-on-rails - Rails 系统测试 : how to set default_host_url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51917716/

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