vikunja/pkg/e2etests
kolaente 1f3509bf27 test: add e2e API test package with webhook pipeline verification
New pkg/e2etests/ package runs with the real Watermill event system to
verify the full async pipeline: web handler -> DB -> event dispatch ->
Watermill -> listener -> side effect.

First test (TestTaskUpdateWebhookE2E) updates a task and asserts that
a webhook HTTP POST arrives at a test server.
2026-03-05 12:49:27 +01:00
..
integrations.go test: add e2e API test package with webhook pipeline verification 2026-03-05 12:49:27 +01:00
main_test.go test: add e2e API test package with webhook pipeline verification 2026-03-05 12:49:27 +01:00
webhook_test.go test: add e2e API test package with webhook pipeline verification 2026-03-05 12:49:27 +01:00