Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elliterate/capybara.py
- Owner: elliterate
- License: mit
- Created: 2016-07-31T23:02:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T21:24:04.000Z (about 1 year ago)
- Last Synced: 2024-09-29T02:05:56.982Z (about 1 month ago)
- Topics: acceptance-testing, capybara, python, selenium, selenium-webdriver, testing, testing-tools
- Language: Python
- Homepage: https://github.com/elliterate/capybara.py
- Size: 1.1 MB
- Stars: 62
- Watchers: 6
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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.pyDocumentation
~~~~~~~~~~~~~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