MarketSquare / robotframework-webservice

Webservice for running Robot Framework test cases.
Apache License 2.0
23 stars 6 forks source link

Add argumentfiles #17

Open Noordsestern opened 2 years ago

Noordsestern commented 2 years ago

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?

JianZhou12345678 commented 10 months ago

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

Noordsestern commented 9 months ago

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!