How to print Log summary and the test that does not pass

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 :slight_smile:

1 Like

Please vote & comment on the related #feature-request : Surface Xcode Test Results as Bitrise Output Variable

You can find more information about what the issue with this and what workarounds are available right now :slight_smile: