Metadata-Version: 1.1
Name: browserstep
Version: 0.1.1
Summary: Browser step provides common steps to be used by Behave for running browser tests with Selenium
Home-page: https://github.com/thejimmyg/browserstep
Author: James Gardner
Author-email: james@pythonweb.org
License: MIT license
Description: ===============================
        Browser Step
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/browserstep.svg
                :target: https://pypi.python.org/pypi/browserstep
        
        .. image:: https://img.shields.io/travis/thejimmyg/browserstep.svg
                :target: https://travis-ci.org/thejimmyg/browserstep
        
        .. image:: https://readthedocs.io/projects/browserstep/badge/?version=latest
                :target: https://readthedocs.io/projects/browserstep/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://requires.io/github/thejimmyg/browserstep/requirements.svg?branch=master
                :target: https://requires.io/github/thejimmyg/browserstep/requirements?branch=master
                :alt: Dependencies
        
        
        Browser step provides common steps to be used by Behave for running browser tests with Selenium
        
        * Free software: MIT license
        * Documentation: https://browserstep.readthedocs.io.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2016-06-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: browserstep
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
