Capybara icon
Capybara icon

Capybara

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 through an external gem.

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
  • Linux
  • Ruby  [https://rubygems.org/gems/capybara](https://rubygems.org/gems/capybara)
  • RubyGems
0likes
0articles

Features

No features, maybe you want to suggest one?

Capybara News & Activities

Highlights All activities

Recent activities

No activities found.

Capybara information

GitHub repository

  •  10,174 Stars
  •  1,468 Forks
  •  22 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Capybara was added to AlternativeTo by Alexandre ZANNI on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Capybara?

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 through an external gem.

Key benefits :

  • No setup necessary for Rails and Rack application. Works out of the box.
  • Intuitive API which mimics the language an actual user would use.
  • Switch the backend your tests run against from fast headless mode to an actual browser with no changes to your tests.
  • Powerful synchronization features mean you never have to manually wait for asynchronous processes to complete.