robotframework-importresource

Tool to import robotframework resource files from python packages


Keywords
robot, framework, testing, automation
License
Apache-2.0
Install
pip install robotframework-importresource==0.1.0

Documentation

ImportResource

Tool to import robot framewort resource files from installed python packages.

For example, if you want to distribute the keyword files via pip packages, place those files into a package within folder "rf-resources" and then, within the testdata:

Library   ImportResource  resources=yourpackagename;anotherpackage

See https://github.com/rasjani/robotframework-importresource-testdata for example package used during acceptance tests on how to package your robotframework resource files.