According to the issue: https://issues.redhat.com/browse/RHDP-720, we need to provide a reliable mechanism to round tests and send results to the RedHat report portal for analyzing results, categorizing and interpreting results for the next actions.
I see two possible solutions:
1. The WTO project is based on the GO lang ecosystem, and ideally, it would be nice to apply GO test engine
2. If we are stuck or have some problems with this - we can use https://github.com/eclipse/che based on TypeScript currently; it provides all mechanisms for a run and sends results to the report portal.