Based on Python Remote Server Example.
Usage:
-
install Robot Framework and Python Remote Server
- pip install robotframework
- pip install robotremoteserver
-
launch 2 remote servers (locally)
- python examplelibrary.py 127.0.0.1 8270
- python examplelibrary.py 127.0.0.1 8271
-
launch Robot tests
- robot example_tests.robot