robotframework-webservice
robotframework-webservice copied to clipboard
Webservice for running Robot Framework test cases.
Many options from Robot Command API would be desirable to be added to the webservice. All of them could be integrated at once, if we choose argument files as input...
As a tester, I want to provide a lot of test cases to the webservice and trigger them by tag. Right now, we can only call test cases by `name`.
Right now, when running all test cases, it is not possible to provide any variables. Please add variables as query parameters as it is possible when exeuting specific test cases.
If we have test cases and tasks on execution path, Robot won't start up, even when we only execute either tests or tasks. We currently must provide robot with the...
I would like to add listeners on every execution of robot test cases. My use case: Adding a listener that does real-time logging in to Elasticsearch.
We still build with latest. Freeze versions or ranges.
Hi, basically this is an question rather than an actual issue, the below piece of code will create an process to run the (robot suite) target function, the default system...
Currently all test executions have to run with same setup. Integrate Robotcode, so that you can provide different profiles in `robot.toml`. Then users could specifcy different configs/profiles for their execution.