apybara 2.14.1 已发布,Capybara 是一个 Web 应用验收测试框架,通过模拟真实用户交互的方式来测试你的 web 应用。它内置 Rack::Test 和 Selenium 支持,也支持其他驱动。WebKit 通过外部 gem 的形式支持。
更新内容:
Catch correct error when unexpected system modals are discovered in latest selenium
Update default puma server registration to encourage it to run in single mode
Suppress invalid element errors raised while lazily evaluating the results of all
Added missing with_selected option to the :select selector to match options/with_options options - Issue #1865
Workaround broken system modals when using selenium with headless Chrome
文章转载自 开源中国社区 [http://www.oschina.net]