Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ruby on rails 应用程序,需要对 javascript 和其他 BDD 测试用例运行无头测试。
建议在无头模式下运行 BDD 测试的最佳可用工具。
我认为最受欢迎的工具是 Capybara gem:
https://github.com/jnicklas/capybara
它可以与许多驱动程序一起使用,例如 selenium 和 webkit。