I am trying to get a work around for the 'Teardown Suite' failing all tests in the suite on fail. I would like to run Teardown with the following code:
Run Keyword and Ignore Error | My Teardown
Ideally, the Teardown test case should only be visible once - and not in every single test suite. It should just be a single failed test case in the suite.
The output is integrated with Jenkins and it would be nice to see only singular failures to not skew results with a heap of tests failed by the unstable suite teardown.
I have been looking thought the Robot Results Package but have not made much head way.