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
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
The text was updated successfully, but these errors were encountered:
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:
One example of possible states to notify are:
The text was updated successfully, but these errors were encountered: