forked from trent_larson/crowd-funder-for-time-pwa
Enhances test debugging capabilities by adding: - Structured logging with timestamps and categories (INFO/STEP/SUCCESS/WAIT) - Systematic screenshot capture at key test steps - Comprehensive file documentation headers - Improved error handling with visual state capture - Organized test step numbering and progress tracking Key improvements: - Added screenshot helper function with consistent naming - Ensured test-results directory exists before captures - Replaced console.log with structured logging utility - Added try-catch blocks with failure state capture - Improved debugging info for gift button not found error Tests affected: - 35-record-gift-from-image-share.spec.ts - 40-add-contact.spec.ts Note: Screenshots are stored in test-results/ with test-specific prefixes