MarketSquare/robotframework-webservice

Make test cases asynchronous

Noordsestern opened this issue · 2 comments

Right now, requests wait until a test run is completed.

Requirement

The request should return immediately the ID of the test run and start the test run asynchronously.

Feedback from RF Open Space November 25th: use process pooling.

Even worse: if a test is running, we cannot even query exeuction ids or status. Robot execution is blocking the entire service!!!