Skip to main content

Test Library for Devicepool Support.

Project description

KiticaLibrary

Library Scope: GLOBAL
Created: 02/04/2020 14:55 UTC-8

Author: Joshua Kim Rivera | email:joshua.rivera@mnltechnology.com

Company: Spiralworks Technologies Inc.

Contents:

Introduction

KiticaLibrary is a Robotframework Test Library for Devicepool support.

It is a Robot Framework third party library that enables test to borrow available user from a device pool. These allows test to run in CI server without user conflict and lessen setup and maintenance on a project.
PyPI PyPI - Downloads PyPI - Python Version

View the latest keyword Documentation here.

Installation

Install using pypi, run:

pip install rf-kiticalibrary

Usage

To use UserpoolLibrary in Robot Framework tests, the library needs to first be imported using the Library setting as any other library.

*** Settings ***
Documentation                               Demo file for KiticaLibrary

Library                                     KiticaLibrary
...                                         http://kitica.api

*** Test Case ***
Test Borrow
    [Documentation]                         Sample Borrow Device.
    ${device}                               Borrow Android Device
    Set Global Variable                     ${device}

Test Return
    [Documentation]                         Test Return Device
    Log To Console                          ${device}
    Return Device                           ${device}

Generating Documentation

To Generate the keyword Documentation, simple run:

python -m robot.libdoc KiticaLibrary documentation.html

Where documentation.html is the name of the documentation file to be generated.
Note that the library must first be installed before generating a documentation.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rf_kiticalibrary-1.3a4-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

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