Metadata-Version: 2.4
Name: widgetastic.core
Version: 2.0.0
Summary: Making testing of UIs fantastic.
Project-URL: repository, https://github.com/RedHatQE/widgetastic.core
Maintainer-email: Mike Shriver <mshriver@redhat.com>, Nikhil Dhandre <ndhandre@redhat.com>, Egor Shamardin <eshamard@redhat.com>
License: Copyright 2016 Red Hat, Inc. and/or its affiliates
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
License-File: LICENSE
Keywords: automation,playwright,ui-testing,widgetastic
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: anytree>=2.9.0
Requires-Dist: cached-property
Requires-Dist: playwright>=1.54.0
Requires-Dist: wait-for
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autobuild; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Description-Content-Type: text/x-rst

================
widgetastic.core
================


.. image:: https://img.shields.io/pypi/pyversions/widgetastic.core.svg?style=flat
    :target: https://pypi.org/project/widgetastic.core
    :alt: Python supported versions

.. image:: https://badge.fury.io/py/widgetastic.core.svg
    :target: https://pypi.org/project/widgetastic.core

.. image:: https://github.com/RedHatQE/widgetastic.core/workflows/%F0%9F%95%B5%EF%B8%8F%20Test%20suite/badge.svg?branch=master
    :target: https://github.com/RedHatQE/widgetastic.core/actions?query=workflow%3A%22%F0%9F%95%B5%EF%B8%8F+Test+suite%22

.. image:: https://codecov.io/gh/RedHatQE/widgetastic.core/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/RedHatQE/widgetastic.core

.. image:: https://readthedocs.org/projects/widgetastic/badge/?version=latest
    :target: http://widgetastic.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


Widgetastic - Making testing of UIs **fantastic**.

Written originally by Milan Falesnik (mfalesni@redhat.com, http://www.falesnik.net/) and
other contributors since 2016.

Licensed under Apache license, Version 2.0

*WARNING:* Until this library reaches v1.0, the interfaces may change!

Projects using widgetastic
---------------------------
- ManageIQ `integration_tests <https://github.com/ManageIQ/integration_tests>`_
- Satellite `airgun <https://github.com/SatelliteQE/airgun>`_
- Cloud Services (insights-qe)
- Windup `integration_test <https://github.com/windup/windup_integration_test>`_

Installation
------------

.. code-block:: bash

    pip install -U widgetastic.core


Contributing
------------
- Fork
- Clone
- Create a branch in your repository for your feature or fix
- Write the code, make sure you add unit tests.
- Use ``pre-commit`` when committing to enforce code style
- Run ``pytest`` to run unit tests
- Push to your fork and create a pull request
- Observe checks in GitHub for further docs and build testing
