feat: add uptime integration scenarios

This commit is contained in:
2026-04-29 19:48:14 +00:00
commit 4c2935fb81
6 changed files with 266 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# uptimerunner-basic
This scenario verifies the first concrete uptime.link runner flow:
1. A target HTTP service responds with `healthy`.
2. A fake uptime.link coordinator exposes the runner protocol.
3. The runner polls `/api/runner/v1/checks`.
4. The runner executes the assigned HTTP check locally.
5. The runner posts the result to `/api/runner/v1/results`.