mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-30 02:47:06 -05:00
Adds comprehensive error pattern matching in formatTestError to detect and format Supabase constraint violations (RLs, not-null, unique, foreign keys, check constraints, and related schema/permission issues) into actionable messages, extracting relevant details for clearer test failure guidance. Includes handling for common error shapes and preserves fallback messaging.