diff --git a/README.md b/README.md index 4de3f0f9..b4deaf39 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [![Code Climate](https://codeclimate.com/github/teamcapybara/capybara.svg)](https://codeclimate.com/github/teamcapybara/capybara) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jnicklas/capybara?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +**Note** You are viewing the README for the development version of Capybara. If you are using the current release version +you can find the README at https://github.com/teamcapybara/capybara/blob/2.17_stable/README.md + + Capybara helps you test web applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and comes with Rack::Test and Selenium support built in. WebKit is supported