Metadata-Version: 2.0
Name: westeros
Version: 1.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
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

.. 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 selenium

.. 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

--------------
How to install
--------------

Use pip to install::

    $ pip install westeros

Install from source code::

    $ python setup.py install

----------
How to use
----------

Just import what protocol you need::

    $ import westeros

--------------
How to extends
--------------

Check the TODO list, you can give test examples or documents.

Also you can pull request for your code.

----
TODO
----

============
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>`_


