PythonRemoteServer
PythonRemoteServer copied to clipboard
Robot Framework remote server implemented with Python
Hi, I tried to launch my test suites parallel on remote machines. I installed "pip install robotremoteserver" but after installation complete. I had checked Remote folder under site-packages but is...
As a background, I have to use .net Robot Framework, because some complex testing libraries are .net based. So my idea was to use robotremoteserver to also utilize SeleniumLibrary (not...
This branch has two tags: - ipv6lw is, essentially, documentation on how to use ipv6, with some example code. - ipv6hw moves the code into robotremoteserver.py. This makes the default...
The dependent libraries used by RobotRemoteServer will work with IPv6, but this requires specific documentation and a small code modification (see Issue #60).
README states: "Address to listen. Use '0.0.0.0' to listen to all available interfaces." However, this value for "host" only listens on IPv4 addresses. A minimal program, such as this: """...
Proposed documentation change to note that 0.0.0.0 only applies to IPv4.