Read Robot Framework test results into Azure DevOps
Today I was setting up a self-hosted agent, that could run Robot framework tests. I wanted the agent to run robot tests and push results into Azure DevOps as a test result of release run. First my releases returned weird looking return codes like ##[error]Bash exited with code ‘8’. Robot framework documentation says that runner returns following return codes:
| RC | Explanation |
|---|---|
| 0 | All critical tests passed. |
| 1-249 | Returned number |



