Metadata-Version: 2.1
Name: seldom
Version: 2.3.3
Summary: WebUI/HTTP automation testing framework based on unittest.
Home-page: https://github.com/seldomQA/seldom/
Author: bugmaster
Author-email: fnngj@126.com
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE
Requires-Dist: selenium (==3.141.0)
Requires-Dist: parameterized (==0.7.0)
Requires-Dist: colorama (>=0.4.3)
Requires-Dist: openpyxl (>=3.0.3)
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: unittest-xml-reporting (==3.0.4)
Requires-Dist: jinja2 (>=2.11.2)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: jmespath (>=0.10.0)
Requires-Dist: webdriver-manager (>=3.5.0)

seldom
---------------

WebUI/HTTP automation testing framework based on unittest.

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

    $ pip install seldom


Documentation
++++++++++++++++++

https://github.com/SeldomQA/seldom


