robotframework-webservice icon indicating copy to clipboard operation
robotframework-webservice copied to clipboard

Webservice for running Robot Framework test cases.

Results 8 robotframework-webservice issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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`.

enhancement

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.

enhancement

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...

enhancement
good first issue

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.

enhancement

We still build with latest. Freeze versions or ranges.

documentation
enhancement

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.