Skip to content

pagesjaunes/robotframework-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-elasticsearch

ElasticSearch library for RobotFramework

Presentation

This lib provides basic keywords to interact with elasticsearch in a RobotFramework testsuite. It allows to query, count, create or delete an index.

Install

	> pip install robotframework-elasticsearch
Or clone the repo and launch this command from the root dir :
	> python setup.py install

Example of use

	*** Settings ***
	Library 	ElasticSearchLib

	*** Testcases ***
	Number of docs must be equal to 85431
	    ${count}= 	es count 		localhost		9200    my_index
	    Should Be Equal    ${count}		85431

Doc

Read the robot formated doc for more information about how to use the keywords : RF Doc for ElasticsearchLib

About

ElasticSearch library for RobotFramework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages