coordination #109783
open[epic][qe-core] Using Robot Framework in openQA
50%
Description
Robot Framework is a generic keyword-driven test framework which allows to define test cases in different formats, most commonly used, gherkin and keyword driven tests.
Since Robot Framework allows to write custom libraries, it is agnostic to the test driver, which could be Selenium, PyTest, or even in our case, openQA's testapi.py.
Once this epic is complete, we should have an idea on where it could be further integrated into our tooling and how other testing tools could be coupled with openQA, always scheduling and reporting results using openQA, regardless of how the implementation is done (i.e using avocado, or LAVA instead of os-autoinst)
Initial tasks should be able to tell us, whether that's something we'd like to look in the future, moreover what are the risks and constraints we will have to take into account. So that test developers can write tests in different programming languages, and that over time, test cases can be expressed in a much simpler way (see Gherkin) which can then be used for knowing exactly what certain type of test is doing (think End to End Testing).
Updated by szarate over 2 years ago
- Checklist item deleted (
- spike: Implement ssh test with python testapi.) - Checklist item deleted (
- spike: implement an ssh console test with Robot Framework using python testapi.)
Updated by szarate over 2 years ago
- Related to coordination #90758: [epic] python bindings for openQA added
Updated by szarate over 2 years ago
- Sprint set to QE-Core: April Sprint (Apr 13 - May 11)
Updated by szarate over 2 years ago
- Sprint changed from QE-Core: April Sprint (Apr 13 - May 11) to QE-Core: May Sprint (May 11 - Jun 08)
Updated by szarate over 2 years ago
- Sprint changed from QE-Core: May Sprint (May 11 - Jun 08) to QE-Core: April Sprint (Apr 13 - May 11)
Updated by szarate over 2 years ago
- Sprint changed from QE-Core: April Sprint (Apr 13 - May 11) to QE-Core: May Sprint (May 11 - Jun 08)
Updated by szarate over 2 years ago
- Sprint deleted (
QE-Core: May Sprint (May 11 - Jun 08))
Updated by szarate over 1 year ago
- Tags changed from qe-core-april-sprint, qe-core-may-sprint to qe-core-april-sprint, qe-core-may-sprint, platform-team
Updated by szarate about 1 year ago
- Copied to coordination #138596: [epic][qe-core] Using Avocado Framework wrapper added