GEt A List of names with the failed tests

Hi

i added a manuel slack integration to my build.

now i want to add a string containing the names of all failed unittests (best one per line)

so how would i get the names of failed tests?

Hi,

We don’t expose this list in Continua. Currently your best option is to write a small program or script to parse the XML output from NUnit or other testing framework you are running.