Test Library for userpool support.
Project description
UserpoolLibrary
Library Scope: GLOBAL
Created: 09/10/2019 15:58 UTC-8
Author: Shiela Buitizon | email:shiela.buitizon@mnltechnology.com
Company: Spiralworks Technologies Inc.
Contents:
Introduction
UserpoolLibrary is a Robotframework test Library for userpool support.
View the latest keyword Documentation here.
Installation
Option 1
Install using pypi, run:
pip install rf-userpoollibrary
Option 2
With recent version of pip
, it is possible to install directly from GitHub repository. To Install latest source
from the master branch, use this command:
pip install git+https://github.com/MainSystemDev/rf-userpoollibrary.git
Please note that installation will take some time, because pip
will
clone the UserpoolLibrary project to a temporary directory and then
perform the installation.
Usage
To use UserpoolLibrary in Robot Framework tests, the library needs to
first be imported using the Library
setting as any other library.
*** Settings ***
Library UserpoolLibrary http://myhost.com/userpoolapi/129
*** Test Cases ***
Borrow User
${user} Borrow User
Log To Console ${user}
Generating Documentation
To Generate the keyword Documentation, simple run:
python -m robot.libdoc UserpoolLibrary documentation.html
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
File details
Details for the file rf_userpoollibrary-0.8-py3-none-any.whl
.
File metadata
- Download URL: rf_userpoollibrary-0.8-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/1.3.0 pkginfo/1.5.0.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48065d96f723c086064886d9c5b2d5f98ac7084bf293faf300a9fab4cdced69 |
|
MD5 | 66626abd35410a4a16ff685fb36c360b |
|
BLAKE2b-256 | 2d3337b5c8620ed70b635ad222600ee9653bf867cd10fedfbeacf93ad747811f |