This project implement a generic remote server for Robot Framework using Python. Version 1.1 is a new release with some high priority enhancements such as support for Python 3 and Robot Framework's dynamic library interface. There are no changes in this version compared to the earlier released Python Remote Server 1.1 release candidate 2.
If you have pip installed, just run
pip install --pre --upgrade robotremoteserverto install the latest available release or use
pip install robotremoteserver==1.1to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
Python Remote Server 1.1 was released on Wednesday September 27, 2017.
The most important enhancement in this release is Python 3 support (#17) but the support for Robot Framework's dynamic library API (#18) is very important too.
Other high priority enhancements are the support for starting the server on
background (#22) and possibility to use the @keyword decorator (#35).
User @epronk implemented support for
@keyword decorator (#35) and Kevin Ormbrek (@ombre42) provided initial pull request to support
the dynamic library interface (#18).
Thanks also everyone who has submitted issues, tested the preview releases, or helped otherwise!
| ID | Type | Priority | Summary |
|---|---|---|---|
| #17 | enhancement | critical | Python 3 support |
| #18 | enhancement | critical | Support for dynamic library API |
| #22 | enhancement | high | Support starting server on background |
| #35 | enhancement | high | Support @keyword decorator |
| #38 | enhancement | medium | Support get_keyword_tags method that was added in RF 3.0.2 |
Altogether 5 issues. View on the issue tracker.