RobotFramework Library for functional testing openMairie Framework based apps


Keywords
openMairie, RobotFramework
License
GPL-2.0+
Install
pip install openmairie.robotframework==4.11.10004

Documentation

openmairie.robotframework

RobotFramework Library for functional testing openMairie Framework based apps

Latest PyPI version

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

Keywords Documentation