Metadata-Version: 2.1
Name: seldom
Version: 1.10.2
Summary: WebUI automation testing framework based on Selenium and 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
Requires-Dist: selenium (>=3.12.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)

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

WebUI automation testing framework based on Selenium and unittest.

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

    $ pip install seldom


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

https://github.com/SeldomQA/seldom


