Skip to content

grainnewallace/robotframework-python-couchbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-python-couchbase

Robot framework Couchbase Library in Python

Installation instructions for Couchbase Python client libraries:

http://www.couchbase.com/communities/python/getting-started

Configure the hostname, bucketname and bucket password of Couchbase Server in the scripts/couchbase_variables.txt

Robot Keywords: Write Document To Couchbase ${Key} ${JSON} Read Document From Couchbase ${Key}
Extend Time To Live Of Document ${Key} ${IsQuiet} ${TTL} Extend Time To Live Of Document Quiet ${Key} ${IsQuiet} ${TTL} Delete Document From Couchbase ${Key} ${IsQuiet} Delete Document From Couchbase Quiet ${Key} ${IsQuiet}

Robot runtime command: pybot scripts

About

Robot framework Couchbase Library in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages