Robot Framework library for working with Elasticsearch using Elasticsearch python library.
pip install robotframework-elasticsearchlibrary
See keyword documentation for ElasticsearchLibrary in folder docs
.
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 |
Apache License 2.0