Does robot framework have any capability to expose a REST interface to run/stop tests and provide status? I need some sort of stateless capability to manage tests and so on. Is there a way to limit how many tests that can run in parallel, so that a executed test either gets queued or runs in parallel?
I went through 'remote server' documentation at https://github.com/robotframework/PythonRemoteServer but didn't think this did what I wanted it to do.
Can someone provide more information?