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

Add argumentfiles

Open Noordsestern opened this issue 3 years ago • 2 comments

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 parameter. Argumentfiles can contain all kind of parameters. Maybe, we can pass them on to robot api calls?

Noordsestern avatar Nov 16 '22 21:11 Noordsestern

May I ask when there is a plan to support it?

JianZhou12345678 avatar Feb 01 '24 09:02 JianZhou12345678

Thanks a lot for your interest.

Don't know about in particular about the argument file support when it will be added.

But you have already seen the PR #37 for adding all kind of arguments to a POST body. I will do some testing and make a release soon.

Until then, you can install the nightly state of the webservice by

pip install git+https://github.com/MarketSquare/robotframework-webservice.git@master

That version includes the new POST endpoints. I'd be interested to learn how it works for you!

Noordsestern avatar Feb 19 '24 14:02 Noordsestern