Skip to content

Releases: MarketSquare/robotframework-webservice

1.0.0

26 Jul 14:11
Compare
Choose a tag to compare

Big shoutout to @remi-picard for the following amazing contributions 🙏

What's Changed 🚀

New Contributors 🎉

Full Changelog: 0.10.0...1.0.0

Non-Blocking Requests

09 Nov 10:07
Compare
Choose a tag to compare

What's Changed

  • 32 make synchronous calls not block the complete webservice by @Noordsestern in #33

Full Changelog: 0.9.0...0.10.0

0.9.0 - primitive multiprocessing

02 Nov 00:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 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.

0.8.0 - retrieve output.xml from execution

01 Nov 22:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0 - Execute Suite

15 May 21:31
Compare
Choose a tag to compare

#27 New endpoint for executing a suite

0.6.2 - release 0.6.1 again

09 May 20:44
1a083d2
Compare
Choose a tag to compare

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

0.6.1 - add execution ids, remove keywords from reports

09 May 20:42
b00f9fa
Compare
Choose a tag to compare

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

0.5.2 - Bugfix : Fix variable parsing

26 Nov 21:51
Compare
Choose a tag to compare

Fixes #20

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

0.5.1 - Fix broken link to report

16 Nov 14:05
7f75d97
Compare
Choose a tag to compare

0.5.0 - Executions are now unique

29 May 20:16
Compare
Choose a tag to compare

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: 0.4.0...0.5.0