

Capybara
Like
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
Platforms
- Mac
- Linux
- Ruby
- RubyGems
Features
No features, maybe you want to suggest one?
Tags
- hacktoberfest
Capybara News & Activities
Highlights All activities
Recent activities
No activities found.
Capybara information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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.

