Demo mode — bez perzistence (nastav DATABASE_URL) · bez auth (nastav WEAVE_ACCESS_PASSWORD + SESSION_SECRET)
Test cases
REST API result pagination
mediumactive
Popis
Endpoint /api/cases returns correct cursor-based pagination.
Kroky
- 1GET /api/cases?limit=10→ 10 results + nextCursor
- 2GET /api/cases?cursor=<nextCursor>→ Next page of 10 results
- 3Paginate until nextCursor = null→ All records without duplicates
Očekávaný výsledek: Pagination covers all records without duplicates or gaps.
Výskyt v bězích
Zatím žádné běhy.
- Owner
- dev@qawave.ai
- Tagy
- #api#regression
- Vytvořeno
- 12. 5. 2026 09:00
- Upraveno
- 24. 5. 2026 09:00