Open olivierbouwman opened 6 years ago
I love this idea -- I was just wishing for something like it myself
It occurs to me that both these could be accomplished with a drush watchdog
function. Before running behat tests, run drush watchdog:delete
and then run drush watchdog:show --type php
. Do the same with terminus to get before and after php notifications on Pantheon.
The trick then is deciding how to format those errors/warning back to circle -- do they fail the build? Is there a status that isn't "Failed" that could be used?
So we can catch issues during development, not right before launch.
Where: