Metadata-Version: 1.1
Name: westeros
Version: 2.0.0
Summary: Test automation framework based on robot framework.
Home-page: https://github.com/crazy-canux/westeros
Author: Canux CHENG
Author-email: canuxcheng@gmail.com
License: GPL
Description: .. image:: https://img.shields.io/pypi/v/westeros.svg
           :target: https://pypi.python.org/pypi/westeros/
        
        .. image:: https://img.shields.io/pypi/dm/westeros.svg
           :target: https://pypi.python.org/pypi/westeros/
        
        .. image:: https://travis-ci.org/crazy-canux/westeros.svg?branch=master
           :target: https://travis-ci.org/crazy-canux/westeros
        
        .. image:: https://coveralls.io/repos/github/crazy-canux/westeros/badge.svg?branch=master
           :target: https://coveralls.io/github/crazy-canux/westeros?branch=master
        
        
        ========
        westeros
        ========
        
        Test automation based on robot framework and unittest.
        
        .. figure:: https://github.com/crazy-canux/westeros/blob/master/data/images/wes.jpg
           :alt: pic1
        
        development::
        
            pycharm
            intellibot
            ideavim
        
        firefox for ui::
        
            geckodriver 0.19.0
            firefox 55.0
            selenium 3.5
        
        chrome for ui::
        
            chromedriver 2.33
            chrome 60-62
            selenium 3.5
        
        -----
        usage
        -----
        
        Download source code and extend::
        
            $ git clone https://github.com/crazy-canux/westeros.git
        
        Install from source code::
        
            $ sudo python setup.py install
        
        Command line is the only user interface::
        
            $ westeros --help
        
        ============
        Contribution
        ============
        
        `[Contribution] <https://github.com/crazy-canux/westeros/blob/master/CONTRIBUTING.rst>`_
        
        =======
        Authors
        =======
        
        `[Authors] <https://github.com/crazy-canux/westeros/blob/master/AUTHORS.rst>`_
        
        =======
        License
        =======
        
        `[License] <https://github.com/crazy-canux/westeros/blob/master/LICENSE>`_
        
Keywords: test automation robot framework
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Framework :: Robot Framework
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Quality Assurance
