How to print Log summary when build success and the tests that does not pass of XCode project in slack ?
I programmed the slack bot, but i want print when the tests not pass, the function where tests fail example :
ā test_blabla (0.000 seconds)
GenericTests.GenericTests
test_interactorDid_success, expected to equal <true>, got <false>
/Users/vagrant/git/Generic.swift:546
// Then
expect(self.mock) == true
}
I use the platform web.
Thanks you