You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add e2e tests which assert that as a user I should be able CRUD new webhooks
Add an e2e test(s) which asserts that for a newly created webhook, I can change the status of an Alert Group, and my webhook is properly called. To help with this, you can use something like the ngrok or localtunnel packages to forward traffic to a server endpoint that is spun up in the test environment.
Product Area
Other
Anything else to add?
No response
The text was updated successfully, but these errors were encountered:
The current version of Grafana OnCall, at the time this issue was opened, is v1.3.19. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you 😄!
…webhook e2e test (#2544)
# What this PR does
- removes unused "custom button" backend code now that we've migrated to
outgoing webhooks
- adds new e2e test for webhooks asserting that an `ngrok`/`express`
webhook handler receives the call as expected + payload is as expected
(related to #2691) - skipped for
now, the test passes locally but fails on GitHub Actions CI, seems to be
networking related
## Checklist
- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
---------
Co-authored-by: Michael Derynck <michael.derynck@grafana.com>
What would you like to see!
Deliverables
ngrok
orlocaltunnel
packages to forward traffic to a server endpoint that is spun up in the test environment.Product Area
Other
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: