PythonLibCore is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.1.0 is a new release with support registering Robot Framework listener from keyword class.
All issues targeted for Python Library Core v4.1.0 can be found from the issue tracker.
If you have pip installed, just run
pip install --upgrade pip install robotframework-pythonlibcore
to install the latest available release or use
pip install pip install robotframework-pythonlibcore==4.1.0
to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
Python Library Core 4.1.0 was released on Tuesday January 31, 2023.
Add support adding classes also as a listener. (#107)
Now it is possible to register Robot Framework listener also from the class which implements keyword and not only from the library main class.
ID | Type | Priority | Summary |
---|---|---|---|
#107 | enhancement | critical | Add support adding classes also as a listener. |
Altogether 1 issue. View on the issue tracker.