Webhooks
Scenario Distribution
Execution Summary
Top 10 Slowest Steps
Scenario Step Execution Time Trend
Steps per Scenarios
Top 10 Tags
Scenarios
No scenario found
Try adjusting your filters or search terms.
Given a project "test-webhook-project" with a pipeline and webhook secret "test-secret"
00:00:00.175
When I POST to /api/v1/webhooks/github/{pipeline_id} with a valid pull_request payload and HMAC signature
00:00:00.013
Then the webhook response status should be 202
00:00:00.000
And the webhook response should contain a run_id
00:00:00.000
Given a project "test-webhook-project" with a pipeline and webhook secret "test-secret"
00:00:00.155
When I POST to /api/v1/webhooks/github/{pipeline_id} with an invalid signature
00:00:00.001
Then the webhook response status should be 401
00:00:00.000
Given a project "test-webhook-project" with a Vikunja pipeline and webhook secret "test-secret"
00:00:00.164
When I POST to /api/v1/webhooks/vikunja/{pipeline_id} with a valid Vikunja payload and HMAC signature
00:00:00.023
Then the webhook response status should be 202
00:00:00.000
And the webhook response should contain a run_id
00:00:00.000
Given a project "test-webhook-project" with a Vikunja pipeline and webhook secret "test-secret"
00:00:00.152
When I POST to /api/v1/webhooks/vikunja/{pipeline_id} with an unknown pipeline and a valid HMAC signature
00:00:00.001
Then the webhook response status should be 401
00:00:00.000