openmairie.robotframework
RobotFramework Library for functional testing openMairie Framework based apps
Introduction
openmairie.robotframework is a RobotFramework library who provide keywords to openMairie Framework based projects.
Installation
You just need pip
pip install openmairie.robotframework
Due to the history of this package all the keywords are declared in .robot files. So you need to call the Reload Library in each Suite Setup.
*** Settings *** Library openmairie.robotframework.Library *** Keywords *** For Suite Setup Reload Library openmairie.robotframework.Library