Capybara 需要 JRuby 吗?
我正在构建一个 Rails 3 应用程序。我正在尝试和水豚一起学习黄瓜。
- 我需要 JRuby 才能通过 Cucumber 运行 Capybara 吗?
我用过Webrat,但是很多人似乎都在用Capybara, 所以我很想尝试。
我不需要立即进行 JavaScript 测试,但我想安装 水豚如果我最后需要的话。
我读了又读 Capybara 文档,但无法理解。
I'm building a Rails 3 app. I'm trying to learn Cucumber with Capybara.
- Do I need JRuby to run Capybara via Cucumber?
I've used Webrat, but many people seem to be using Capybara,
so I'd love to try.
I don't need JavaScript testing right away, but I want to install
Capybara if I need in the end.
I read and read the Capybara documentation, but couldn't understand.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Capybara 不需要 jRuby 或 Selenium-RC 驱动程序。
只需执行以下操作即可使用 Capybara 设置 Cucumber。
Capybara does not require jRuby or the Selenium-RC drivers.
Simply do the following to setup Cucumber with Capybara.
我自己没有使用过 Capybara,但是从自述文件,它看起来不像需要 JRuby,取决于您使用的 JavaScript 驱动程序。例如,如果您想使用 Culerity,那么是的,您需要 JRuby,因为它需要位于您的路径中。
您在安装 Capybara 时遇到困难吗?
I haven't used Capybara myself, but from what I can glean from the readme, it doesn't look like it requires JRuby, depending on the JavaScript driver you use. For instance, if you want to use Culerity, then yes you need JRuby, since it needs to be in your path.
Are you having difficulty installing Capybara?