Skip to main content

A Robot Framework library to work with Couchbase

Project description

Build Status

Short Description

Robot Framework library to work with Couchbase.

Installation

Before installing robotframework-couchbaselibrary, you should have the following to be installed:

To install the library from PyPI, use this command:

pip install robotframework-couchbaselibrary

Documentation

See keyword documentation for CouchbaseLibrary library on GitHub.

Example

*** Settings ***
Library           CouchbaseLibrary
Test Setup        Connect To Couchbase
Test Teardown     Close All Couchbase Bucket Connections

*** Test Cases ***
View Document In Bucket
    Switch Couchbase Bucket Connection    bucket1
    View Document By Key    key=1C1#000
    Switch Couchbase Connection     bucket2
    View Document By Key    key=1C1#000

*** Keywords ***
Connect To Couchbase
    Connect To Couchbase Bucket    my_host_name    8091    bucket_name    password    alias=bucket1
    Connect To Couchbase Bucket    my_host_name    8091    bucket_name    password    alias=bucket2

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-couchbaselibrary-2.0.1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file robotframework-couchbaselibrary-2.0.1.tar.gz.

File metadata

File hashes

Hashes for robotframework-couchbaselibrary-2.0.1.tar.gz
Algorithm Hash digest
SHA256 65919984fe762c0a2ef9eeab7a5b5d5ab85558a6e09c69a58cc82e6fbcbcfb0c
MD5 e45719f0362d195ebb6cbe0cc306bb2b
BLAKE2b-256 41462be34559d115a0b0077e3eab652df8e4091ec70e333bacd8791bad2eb9f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page