test: add refractor integration test plan and preflight script #119
No reviewers
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#119
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "test/refractor-integration-plan"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds an 82-case in-app integration test plan for the Refractor system and a quick preflight script for deploy verification.
Changes
tests/refractor-integration-test-plan.md— comprehensive Playwright-ready test plan covering/refractor status, tier badges, post-game hooks, tier-up notifications, pagination, filters, and edge casestests/refractor-preflight.sh— curl-based preflight checks for deploy verification (refractor endpoint responds, evolution endpoint removed, bot health)Testing
Documentation/test artifacts only — no runtime code changes.
Notes
The test plan documents a critical missing endpoint:
GET /api/v2/refractor/cards(list). Filed as database #172. The/refractor statuscommand cannot function until that endpoint ships.Test plan and preflight script look good. 82 test cases with clear pass/fail criteria, documented known gaps, and proper blocker callout for database #172.