Rails Cucumber URL 主机
所以...我有这个网址:example.com 它在我的浏览器中有效,因为在我的主机文件中我将其设置为
127.0.0.1 example.com
并且在我的浏览器中有效......但在黄瓜中无效。
有什么想法吗?
So... I have this URL: example.com
which works in my browser, cause in my hosts file i have it set to
127.0.0.1 example.com
And that works in my browser... but not in cucumber.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了。
需要将给定的我正在步骤定义更改为
Figured it out.
needed to change The Given I am on step definition to