From 96000d81d0f782ee19b26a378d0ae2db25dbc8c2 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Mon, 12 Apr 2021 13:19:34 -0300 Subject: [PATCH] add step to slackbot instructions --- tests/e2e/env/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/env/README.md b/tests/e2e/env/README.md index 121e52440f1..3856d5d6dfe 100644 --- a/tests/e2e/env/README.md +++ b/tests/e2e/env/README.md @@ -147,6 +147,7 @@ To implement the Slackbot in your CI: - `files:write` - `incoming-webhook` - Add the app to your channel +- Invite the Slack app user to your channel `/invite @your-slackbot-user` - In your CI environment - Add the environment variable `WC_E2E_SCREENSHOTS=1` - Add your app Oauth token to a CI secret `E2E_SLACK_TOKEN`