Is there a way to get notified of the test results output for the tests running on a Heroku pipeline. Currently, I can see the results under the "Tests" tab of the pipeline. But is there a way to get a notification when tests fail?
Asked
Active
Viewed 81 times
0
-
Did you find a solution for this? I'm testing the CI right now, an without notifications makes little sense... – estani Jul 16 '19 at 10:55
-
no. I checked with heroku and they do not have this. Advised to use APIs to poll for this information. I haven't gotten around to it yet. – r-puri Jul 17 '19 at 11:28
-
The best I got so far is to get the result (success/failure) to a slack Channel. I guess it's ok for now, but this doesn't scale... oh I miss Jenkins :) – estani Jul 17 '19 at 11:44
-
How did you manage that? – r-puri Aug 01 '19 at 04:35
-
1Click on the slack button in heroku's own documentation: https://devcenter.heroku.com/articles/chatops – estani Aug 01 '19 at 13:51