Technica-Engineering / kalash

Test runner made for scalable automation based on standard Python's `unittest`
GNU General Public License v3.0
3 stars 0 forks source link

[FEATURE] Robot Framework test case support #15

Open kjczarne opened 2 years ago

kjczarne commented 2 years ago

Is your feature request related to a problem? Please describe. Kalash could fairly easily provide a 1-layer-over support for robot API calls and could thus be used to trigger Robot Test Cases in a dynamic suite context, a feature painfully lacking from the Robot Framework Test Case definition.

Describe the solution you'd like

Describe alternatives you've considered Using Robot directly is nice but creating test suites dynamically based on some filtering parameters can save a lot of repetitiveness in code.

Additional context N/A

kjczarne commented 2 years ago

We may not be able to hit that one by 5.0 but 5.1 should be reachable.