chore: update API test script base URL and IDs; add ST-313 to backlog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-25 22:53:50 +02:00
parent 4e62377c4f
commit 7edd7c8a26
2 changed files with 19 additions and 6 deletions

View file

@ -14,15 +14,15 @@
# 7. bash scripts/test-api.sh
# =============================================================================
TOKEN="" # API token for "lars" (full-permission user)
TOKEN="9c839ecd03590d2e37a331ca6701f79ada64ce0fef6942040e02723111952167" # API token for "lars" (full-permission user)
DEMO_TOKEN="" # API token for "demo" (read-only — used for 403 tests, optional)
BASE_URL="http://localhost:3000"
BASE_URL="http://localhost:3001"
# IDs — see scripts/README.md for how to find these
PRODUCT_ID="" # A product owned by lars
SPRINT_ID="" # An active sprint in that product
STORY_ID="" # A story in that sprint (IN_SPRINT status)
TASK_ID="" # Any task in that story
PRODUCT_ID="cmoentdso0002541783aehb6j" # A product owned by lars
SPRINT_ID="cmoepgsr7000a5417lygh1ggq" # An active sprint in that product
STORY_ID="cmoepj1g8000c5417x29drkhy" # A story in that sprint (IN_SPRINT status)
TASK_ID="cmod3elvd000004gtntw9u5gs" # Fill in after creating a task via Sprint Planning UI
# =============================================================================
# Helpers