Metadata-Version: 1.1
Name: robotframework-elasticsearchlibrary
Version: 1.0.0
Summary: Robot Framework Elasticsearch Library.
Home-page: https://github.com/peterservice-rnd/robotframework-elasticsearchlibrary
Author: JSC PETER-SERVICE
Author-email: mf_aist_all@billing.ru
License: Apache License 2.0
Description: RobotFramework Elasticsearch Library

        ========================================

        

        |Build Status|

        

        Short Description

        -----------------

        

        `Robot Framework`_ library for working with Elasticsearch using `Elasticsearch`_ python library.

        

        Installation

        ------------

        

        ::

        

            pip install robotframework-elasticsearchlibrary

        

        Documentation

        -------------

        

        See keyword documentation for ElasticsearchLibrary in folder ``docs``.

        

        Example

        -------

        +-----------+----------------------+

        | Settings  |         Value        |

        +===========+======================+

        |  Library  | ElasticsearchLibrary |

        +-----------+----------------------+

        

        +---------------+-------------------------------------+-----------------+---------------+----------------+

        |  Test cases   |               Action                |     Argument    |    Argument   |    Argument    |

        +===============+=====================================+=================+===============+================+

        |  Simple Test  | Connect To Elasticsearch            | 192.168.1.108   | 9200          | alias=cluster1 |

        +---------------+-------------------------------------+-----------------+---------------+----------------+

        |               | Es Save Data                        | some_string1    |               |                |

        +---------------+-------------------------------------+-----------------+---------------+----------------+

        |               | ${search_result}=                   | Es Search       | some_string2  |                |

        +---------------+-------------------------------------+-----------------+---------------+----------------+

        |               | Close All Elasticsearch Connections |                 |               |                |

        +---------------+-------------------------------------+-----------------+---------------+----------------+

        

        License

        -------

        

        Apache License 2.0

        

        .. _Robot Framework: http://www.robotframework.org

        .. _Elasticsearch: https://pypi.org/project/elasticsearch/

        

        .. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-elasticsearchlibrary.svg?branch=master

           :target: https://travis-ci.org/peterservice-rnd/robotframework-elasticsearchlibrary
Keywords: testing testautomation robotframework autotest elasticsearch
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Robot Framework :: Library
