Metadata-Version: 1.1
Name: local-selenium-pool
Version: 1.0.7
Summary: Concurrent local selenium execution using multiprocessing_on_dill
Home-page: https://github.com/testlabauto/local_selenium_pool
Author: Test Lab Automation
Author-email: chris@testlabauto.com
License: Apache License Version 2.0
Description: A local selenium pool for increased testing performance without requiring multiple hosts. multiprocessing-on-dill is used to provide a configurable number of Chrome webdriver instances on which to simultaneously run selenium tests. Each instance reuses its applicationCacheEnabled = False webdriver for multiple tests, erasing all cookies between tests.  After the pool of webdrivers has no remaining tests to execute, it creates a JSON report in an XUnit style.
Keywords: Selenium,Local,Concurrent
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
