Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lugensa/gocept.selenium
API for Selenium that is suited for writing tests and integrates with test suite for any WSGI, Plone or Grok application.
https://github.com/lugensa/gocept.selenium
Last synced: 21 days ago
JSON representation
API for Selenium that is suited for writing tests and integrates with test suite for any WSGI, Plone or Grok application.
- Host: GitHub
- URL: https://github.com/lugensa/gocept.selenium
- Owner: lugensa
- License: other
- Created: 2019-08-27T08:35:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T09:33:28.000Z (about 1 year ago)
- Last Synced: 2024-11-16T00:42:21.768Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 839 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
===============
gocept.selenium
===============.. image:: https://readthedocs.org/projects/goceptselenium/badge/?version=latest
:target: https://goceptselenium.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://github.com/gocept/gocept.selenium/actions/workflows/tests.yml/badge.svg
:target: https://github.com/gocept/gocept.selenium/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/gocept/gocept.selenium/badge.svg
:target: https://coveralls.io/github/gocept/gocept.selenium
.. image:: https://img.shields.io/pypi/v/gocept.selenium.svg
:target: https://pypi.org/project/gocept.selenium/
:alt: Current version on PyPI
.. image:: https://img.shields.io/pypi/pyversions/gocept.selenium.svg
:target: https://pypi.org/project/gocept.selenium/
:alt: Supported Python versionsgocept.selenium provides an API for `Selenium`_ that is
suited for writing tests and integrates this with your test suite for any WSGI,
Plone or Grok application.While the testing API could be used independently, the integration is done
using `test layers`_, which are a feature of `zope.testrunner`_.Use `gocept.pytestlayer`_ to integrate it with `pytest`_.
.. _`Selenium`: http://seleniumhq.org/
.. _`test layers`: http://pypi.python.org/pypi/plone.testing#layers
.. _`zope.testrunner`: http://pypi.python.org/pypi/zope.testrunner
.. _`gocept.pytestlayer`: https://bitbucket.org/gocept/gocept.pytestlayer
.. _`pytest`: http://pytest.org