Skip to content

Robot Framework Library For Managing Couchbase Server

License

Notifications You must be signed in to change notification settings

peterservice-rnd/robotframework-couchbasemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages