Skip to content

Releases: MarketSquare/robotframework-webservice

0.4.0 - create debugfile

27 May 22:59
5798eb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

New endppint : run all tasks

01 Jun 15:30
Compare
Choose a tag to compare

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

Provide variables files

01 Jun 13:28
93ff077
Compare
Choose a tag to compare

It is now possible to provide variable files:

python -m RobotFrameworkService.main -p 5003 -t path_to_my_taskfolder --variablefiles config/env/test.py

0.1.5 - Bugfix - Add default tasks folder

17 May 21:11
Compare
Choose a tag to compare

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

0.1.4 - Standalone Service

17 May 20:51
40eb364
Compare
Choose a tag to compare

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

0.1.3

11 May 21:09
Compare
Choose a tag to compare
version 0.1.3

0.1.2: Create python-publish.yml

11 May 20:59
a3520a3
Compare
Choose a tag to compare
create deployment workflow