elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.82k stars 8.2k forks source link

[Response Ops][Actions] Investigate functional testing for Slack Web API connector #174398

Open ymao1 opened 9 months ago

ymao1 commented 9 months ago

Currently, functional tests for creating a Slack Web API action via the UI are skipped (https://github.com/elastic/kibana/blob/fe5e1fda773d693b28283559cfb47d2918aa4f40/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/slack.ts#L76) due the fact that this connector reaches out to slack to validate channel IDs. We should investigate how we can revive these functional tests. Do we need to set up a simulated slack server? There are other connectors like Pagerduty & Jira that do something similar, do they have functional tests that we can leverage?

elasticmachine commented 9 months ago

Pinging @elastic/response-ops (Team:ResponseOps)