Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webhooks to notify users execution states #1910

Open
danielbdias opened this issue Jan 30, 2023 · 0 comments
Open

Add webhooks to notify users execution states #1910

danielbdias opened this issue Jan 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request triage requires triage

Comments

@danielbdias
Copy link
Contributor

danielbdias commented Jan 30, 2023

Objective: Improve integration with outside tools by allowing registration to events via webhooks

Describe the enhancement you'd like to see

Talking with @mathnogueira on Keptn integrations, to allow users to be notified and execute actions during a test run, we can add the webhook capability to Tracetest to enable them to be notified whenever a test or transaction changes.

One possible use case:

As a Tracetest user
I want to run a test on production and be notified when it finishes
So I can clean up the test data from the production environment to avoid polluting my business metrics

One example of possible states to notify are:

Loading
stateDiagram-v2
  direction LR
  
  state "Created" as Created
  state "Triggered" as Triggered
  state "Waiting for trace" as WaitingForTrace
  state "Assertions executed" as AssertionsExecuted

  Created --> Triggered
  Triggered --> WaitingForTrace
  WaitingForTrace --> AssertionsExecuted
@danielbdias danielbdias added enhancement New feature or request triage requires triage labels Jan 30, 2023
@jorgeepc jorgeepc moved this from Todo to In Progress in Tracetest - v0.10 release Feb 7, 2023
@jorgeepc jorgeepc moved this from In Progress to Todo in Tracetest - v0.10 release Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage requires triage
Projects
None yet
Development

No branches or pull requests

3 participants