Fastlane tests result in Slack Message

Hi there,

I’ve got a fastlane build set up for my project which runs my tests, however once it’s finished and I run my Slack message step, I only get a “Build Succeeded!” message.

Is there a way for me to pull out information from the fastlane step, like number of tests run, number of successes/failures?

Thanks!

Update: I ended up using Fastlane to send the Slack message and it works well, so this can be disregarded now. Sorry!

1 Like

Hi @gligorkot! We’re really glad to hear you’ve sorted this out for yourself so quickly, good job!

Would you care to share with us how did you end up configuring your fastlane to achieve this? :blush:

Hi @bitce, I just used this fastlane action -> https://docs.fastlane.tools/actions/slack/

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.