Robot Framework Listener Library
Project description
ListenerLibrary for Robot Framework
Introduction
RobotFramework library relaying on listener interface. Allows to run defined RF keyword before other keywords are executed, after keywords are executet, before test, after test, etc.
- Information about keywords can be found on the Keyword Documentation page.
Requirements
- Robot Framework
Installation
Using pip
The recommended installation tool is pip.
Install pip. Enter the following:
pip install robotframework-listenerlibrary
Usage
BasicListener.robot
*** Settings ***
Documentation This example demonstrates how to use current library
Library ListenerLibrary
*** Test Cases ***
Example Test
Should Be Equal As Numbers 2 2
Register Start Keyword Listener Log message from start keyword listener
Should Be Equal As Numbers 2 2
Register End Keyword listener Log message form end keyword listener level=WARN
Should Be Equal As Numbers 2 2
Custom Keyword You will see keyword above this and bellow this
Unregister End Keyword Listener
Should Be Equal As Numbers 2 2
Unregister Start Keyword Listener
Should Be Equal As Numbers 2 2
*** Keywords ***
Custom Keyword
[Arguments] ${argument}
Log ${argument}
MultipleListeners.robot
*** Settings ***
Documentation This example demonstrates how to use current library
Library ListenerLibrary WITH NAMR FirstListener
Library ListenerLibrary WITH NAME AnotherListener
*** Test Cases ***
Example Test
Should Be Equal As Numbers 2 2
FirstListener.Register Start Keyword Listener Log message from start keyword listener
Should Be Equal As Numbers 2 2
FirstListener.Register End Keyword listener Log message form end keyword listener level=WARN
Should Be Equal As Numbers 2 2
Should Be Equal As Numbers 2 2
AnotherListener.Register Start Keyword Listener Log start kw message from AnotherListener
FirstListener.Unregister End Keyword Listener
Should Be Equal As Numbers 2 2
FirstListener.Unregister Start Keyword Listener
AnotherListener.Unregister Start Keyword Listener
Should Be Equal As Numbers 2 2
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for robotframework_listenerlibrary-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47a3991b7651fa6d1354a81a599c9e0905a86d2083fb6d94f65cf4961f22d5a8 |
|
MD5 | 1327c53a0d1297f69ad7e9997f7dbd4e |
|
BLAKE2b-256 | 70c3b8ed625a4613d469e09525faf80e7db8ac7f87b3723cbc063a644e68dbcf |