Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliterate/capybara.py

Acceptance test framework for web applications
https://github.com/elliterate/capybara.py

acceptance-testing capybara python selenium selenium-webdriver testing testing-tools

Last synced: 27 days ago
JSON representation

Acceptance test framework for web applications

Awesome Lists containing this project

README

        

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 Werkzeug and Selenium support built in.

|build|_

.. |build| image:: https://secure.travis-ci.org/elliterate/capybara.py.svg?branch=master
.. _build: http://travis-ci.org/elliterate/capybara.py

Documentation
~~~~~~~~~~~~~

See https://elliterate.github.io/capybara.py/.

**Need help?** Ask on the mailing list (please do not open an issue on GitHub):
http://groups.google.com/group/capybara-py/.

Credits
~~~~~~~

Ported to Python by `Ian Lesperance`_, from the `original Ruby library`_ by `Jonas Nicklas`_.

.. _Ian Lesperance: https://github.com/elliterate
.. _Jonas Nicklas: https://github.com/jnicklas
.. _original Ruby library: https://github.com/jnicklas/capybara