Metadata-Version: 1.1
Name: brome
Version: 1.2.0
Summary: Selenium Framework
Home-page: https://github.com/jf-parent/brome
Author: Jean-Francois Parent
Author-email: parent.j.f@gmail.com
License: MIT
Description: |Python Version| |Packagist| |Documentation Status| |PyPI version|
        |Build Status|
        
        BROME - Selenium Framework
        ==========================
        
        -  Documentation: https://brome.readthedocs.org
        -  Blog: http://brome-hq.logdown.com/
        
        Features
        ========
        
        -  Simple API
        -  Focused on test stability and uniformity
        -  Highly configurable
        -  Runner for Amazon EC2, Saucelabs, Browserstack, Virtualbox and Appium
        -  Javascript implementation of select, drag and drop, scroll into view,
           inject script
        -  IPython embed on assertion for debugging
        -  Session Video recording
        -  Network capture with mitmproxy (firefox & chrome)
        -  Persistent test report
        -  Webserver written in React & Redux
           `Webbase <https://github.com/jf-parent/webbase>`__
        -  Test state persistence system
        -  Easier support for mobile testing (e.g.: click use Touch)
        
        Quick-start
        ===========
        
        -  install mongodb first!
        
        .. code:: bash
        
            $ cookiecutter https://github.com/jf-parent/cookiecutter-brome
            $ ./bro run -l firefox -s example
        
        .. |Python Version| image:: https://img.shields.io/badge/python-3.5-blue.svg
           :target: https://www.python.org/downloads/release/python-350/
        .. |Packagist| image:: https://img.shields.io/packagist/l/doctrine/orm.svg?maxAge=2592000
           :target: https://opensource.org/licenses/MIT
        .. |Documentation Status| image:: https://readthedocs.org/projects/brome/badge/?version=release
           :target: http://brome.readthedocs.io/en/release/?badge=release
        .. |PyPI version| image:: https://badge.fury.io/py/brome.svg
           :target: https://badge.fury.io/py/brome
        .. |Build Status| image:: https://travis-ci.org/jf-parent/brome.svg?branch=release
           :target: https://travis-ci.org/jf-parent/brome
        
Keywords: brome,selenium
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
