为了测试我的应用程序,我使用rspec,launchy,capybara,capybara-webkit。当我在流浪汉mashine中使用save_and_open_page
时,有错误:
Failure/Error: save_and_open_page
Launchy::CommandNotFoundError:
Unable to find a browser command. If this is unexpected, Please rerun with environment variable LAUNCHY_DEBUG=true or the '-d' commandline option and file a bug at https://github.com/copiousfreetime/launchy/issues/new
安装了Lynx。 Launchy必须能够使用控制台浏览器: https://github.com/copiousfreetime/launchy/issues/93
如何在没有GUI的情况下在控制台浏览器中打开页面?