Bridge that allows to run single keywords in robot framework via HTTP
Edit test.robot
to load all required Libraries
`
Library Browser
Library RequestsLibrary
...
``
$ sh a_start_robot.sh
$ sh b_test.sh
This is a robotframework keyword library to allow single command execution via HTTP.
pip install robotframework-restbridge==0.1.9
Bridge that allows to run single keywords in robot framework via HTTP
Edit test.robot
to load all required Libraries
`
Library Browser
Library RequestsLibrary
...
``
$ sh a_start_robot.sh
$ sh b_test.sh