Files
projax/store
mAi 63a2e13036 test(store): Phase 7b — live end-to-end task round-trip integration test
Env-guarded (skips unless PROJAX_MBRIAN_API_URL + PROJAX_MBRIAN_API_TOKEN +
SUPABASE_DATABASE_URL are set) so it runs in CI / by head with the prod token
but is inert locally. Drives the full mBrian-native task lifecycle against the
LIVE write API + read DB:

  create throwaway parent project → CreateTask (slug auto-derived, due set) →
  TasksForItem asserts present+open+due → asserts the task does NOT leak into
  ListAll (Q6 exclusion) → SetTaskStatus done → SetTaskDue nil (clear) →
  DeleteTask → asserts gone. Self-cleaning (soft-deletes task + parent).

This is the deploy-verification gate for 'tasks live end-to-end'.
2026-06-01 17:59:20 +02:00
..