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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for rf_kiticalibrary-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec6c971db5ce063afdb09cd7fd7d9d115c082ced326636b7a6467fb70683c387 |
|
MD5 | 220f82cfe746ea0e7f8051c491af0494 |
|
BLAKE2b-256 | 2ad65cef399844cbf850425df16463d030978ad4b332474ef36efe052267fea8 |