/robotframework-couchbasemanager

Robot Framework Library For Managing Couchbase Server

Primary LanguagePythonApache License 2.0Apache-2.0

RobotFramework Couchbase Manager Library

Build Status

Short Description

Robot Framework library for managing Couchbase server, based on Couchbase REST API.

Installation

pip install robotframework-couchbasemanager

Documentation

See keyword documentation for robotframework-couchbasemanager library in folder docs.

Example

Settings Value
Library CouchbaseManager
Library Collections
Test cases Action Argument Argument Argument Argument
Simple Test CouchbaseManager.Connect To Couchbase my_host_name 8091 administrator alias=couchbase
  ${overview}= Overview      
  Log Dictionary ${overview}      
  Close All Couchbase Connections        

License

Apache License 2.0