robotframework-webservice

Webservice for running Robot Framework test cases.

APACHE-2.0 License

Downloads
538
Stars
22
Committers
6

Bot releases are visible (Hide)

robotframework-webservice - Non-Blocking Requests Latest Release

Published by Noordsestern 12 months ago

What's Changed

Full Changelog: https://github.com/MarketSquare/robotframework-webservice/compare/0.9.0...0.10.0

robotframework-webservice - 0.9.0 - primitive multiprocessing

Published by Noordsestern 12 months ago

What's Changed

Full Changelog: https://github.com/MarketSquare/robotframework-webservice/compare/0.8.0...0.9.0

There has been a bug in run_and_show_log and run_and_show_report endpoints which confused parameters. The error exists since the introduction of execution ids. Endpoints work now again.

robotframework-webservice - 0.8.0 - retrieve output.xml from execution

Published by Noordsestern 12 months ago

What's Changed

Full Changelog: https://github.com/MarketSquare/robotframework-webservice/compare/0.7.0...0.8.0

robotframework-webservice - 0.7.0 - Execute Suite

Published by Noordsestern over 1 year ago

#27 New endpoint for executing a suite

robotframework-webservice - 0.6.2 - release 0.6.1 again

Published by Noordsestern over 1 year ago

because its late and i am stupid. could not keep version and release in sync...

robotframework-webservice - 0.6.1 - add execution ids, remove keywords from reports

Published by Noordsestern over 1 year ago

#7 : endpoint for retrieving exeuction ids . that is useful to find the report to a specific test execution
#25: add removekeywords feature from Robot

robotframework-webservice - 0.5.2 - Bugfix : Fix variable parsing

Published by Noordsestern almost 2 years ago

Fixes #20

Variables are now parsed from GET query parameters and passed on to Robot Framework

robotframework-webservice - 0.5.1 - Fix broken link to report

Published by Noordsestern almost 2 years ago

#15

robotframework-webservice - 0.5.0 - Executions are now unique

Published by Noordsestern over 2 years ago

What's Changed

Unique executions

#8 creates a request-id for every api call and returns it in special header field in response x-request-id. When you want to get log and report of an execution, you must retrieve x-request-id from the response of your request that triggered the execution. Pass the request id as executionid when calling endpoints for log.html or report.html

Full Changelog: https://github.com/MarketSquare/robotframework-webservice/compare/0.4.0...0.5.0

robotframework-webservice - 0.4.0 - create debugfile

Published by Noordsestern over 2 years ago

robotframework-webservice - New endppint : run all tasks

Published by Noordsestern over 3 years ago

There is now a new endpoint robotframework/run/all executing all tasks that are available in the service.

robotframework-webservice - Provide variables files

Published by Noordsestern over 3 years ago

It is now possible to provide variable files:

python -m RobotFrameworkService.main -p 5003 -t path_to_my_taskfolder --variablefiles config/env/test.py
robotframework-webservice - 0.1.5 - Bugfix - Add default tasks folder

Published by Noordsestern over 3 years ago

Tasksfolder was not set to default when running with custom WSGI Server or unittests.

robotframework-webservice - 0.1.4 - Standalone Service

Published by Noordsestern over 3 years ago

Service now comes standalone with uvicorn inside. You can parameterize port and taskfolder

robotframework-webservice -

Published by Noordsestern over 3 years ago

robotframework-webservice -

Published by Noordsestern over 3 years ago

Package Rankings
Top 15.07% on Pypi.org
Badges
Extracted from project README
PyPi license PyPI pyversions PyPI download month
Related Projects