https://github.com/zopefoundation/zope.testbrowser
Programmable browser for functional black-box tests
https://github.com/zopefoundation/zope.testbrowser
browser hacktoberfest maintained python testing
Last synced: 4 months ago
JSON representation
Programmable browser for functional black-box tests
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.testbrowser
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T14:22:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:48:15.000Z (5 months ago)
- Last Synced: 2025-10-02T05:49:19.776Z (4 months ago)
- Topics: browser, hacktoberfest, maintained, python, testing
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 21
- Watchers: 66
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.rst
Awesome Lists containing this project
README
``zope.testbrowser`` README
===========================
.. image:: https://img.shields.io/pypi/v/zope.testbrowser.svg
:target: https://pypi.org/project/zope.testbrowser/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/zope.testbrowser.svg
:target: https://pypi.org/project/zope.testbrowser/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.testbrowser/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.testbrowser/actions/workflows/tests.yml
.. image:: https://readthedocs.org/projects/zopetestbrowser/badge/?version=latest
:target: http://zopetestbrowser.readthedocs.org/en/latest/
:alt: Documentation Status
``zope.testbrowser`` provides an easy-to-use programmable web browser
with special focus on testing. It is used in Zope, but it's not Zope
specific at all. For instance, it can be used to test or otherwise
interact with any web site.
Documentation is available at: https://zopetestbrowser.readthedocs.org