Is there a way to run a keyword on Suite Teardown only if Suite Setup fails?
Using "Run Keyword If Any Tests Failed" will run the keyword if the Suite Setup fails, but it will also run if any other test fail. I did not managed to make it run only in case of a Suite Setup failure.
I also tried to read the automatic variables, but I did not succeed here too.