robotframework-openstflibrary

Openstf utility library for Robot Framework


Keywords
robotframework, testing, testautomation, openstf, android
License
Apache-2.0
Install
pip install robotframework-openstflibrary==0.1.1

Documentation

https://secure.travis-ci.org/ravihuang/robotframework-openstflibrary.png?branch=master

OpenstfLibrary

robotframework-openstflibrary

robotframework-stublibrary is a Robot Framework test library for openstf needs. It uses pyswagger library underneath now.

Compile

Env:
pip install wheel twine -i https://pypi.douban.com/simple
dist:
python setup.py sdist bdist_wheel --universal
upload to pypi:
twine upload --config-file c:UsersAdministrator.pypirc dist*

Installation

You can install robotframework-openstflibrary via pip:

pip install --upgrade robotframework-openstflibrary

Usage

API documentation can be found at https://github.com/ravihuang/robotframework-openstflibrary, here is an example on how to use it:

Setting Value
Library OpenstfLibrary

Compatibility

This library is only tested on CPython. It might work on Jython, not sure.

Development

If you want to hack on this library itself, this should get you started:

# install
git clone https://github.com/peritus/robotframework-openstflibrary.git
cd robotframework-openstflibrary/
python setup.py install

# run tests
pybot tests/

I'm very happy about patches, pull-requests and API-discussions (as this is mostly a wrapper supposed to have a nice API)!

Changelog

v0.1.0

  • new

License

Apache License