diff --git a/tests/e2e/env/src/slack/reporter.js b/tests/e2e/env/src/slack/reporter.js index 7e690102dbf..bdb02326ad6 100644 --- a/tests/e2e/env/src/slack/reporter.js +++ b/tests/e2e/env/src/slack/reporter.js @@ -37,7 +37,11 @@ const initializeSlack = () => { return false; } if ( ! GITHUB_ACTIONS && ! TRAVIS_PULL_REQUEST_BRANCH ) { - return false; + return { + branch: 'local environment', + commit: 'latest', + webUrl: 'http:://localhost', + }; } // Build PR info if ( GITHUB_ACTIONS ) {