Actions
action #62531
closedcoordination #36712: [saga] Use YaST specific framework for GUI testing
coordination #50672: [funtional][y][epic] Use libyui-rest-api for YaST modules testing
[functional][y][timeboxed:24h] Introduce api version compatibility for the rest-api
Start date:
2020-01-22
Due date:
2020-02-11
% Done:
0%
Estimated time:
Description
Motivation¶
Our ultimate goal is to execute tests with restapi library which is available on the medium and corresponding ruby gem.
For the cases when we will modify rest-api, etc, this is essential to execute tests for the older versions of the distributions.
Acceptance criteria¶
- Backward-compatibility mechanism is introduced into the solution
Suggestions¶
We can either simply tag ruby gem releases and use corresponding version, or we can make gem backward compatible and use Factory pattern to use matching api calls and functionality.
See https://github.com/libyui/libyui-rest-api/ and https://github.com/jknphy/libyui_client
Actions