๐Ÿ”ง AppWrite Collections Test

Purpose: Verify that all AppWrite collections have the required attributes, especially the critical userId attribute.

Required Collections & Attributes

1. amazon-ext-enhanced-items
Required: userId (string), title (string), url (string), createdAt (datetime), updatedAt (datetime) Optional: price (string), image (string), brand (string), aiTitle (string)
2. amazon-ext-saved-products
Required: userId (string), title (string), url (string), createdAt (datetime) Optional: price (string), image (string)
3. amazon_ext_blacklist
Required: userId (string), brand (string), createdAt (datetime)
4. amazon-ext-enhanced-settings
Required: userId (string), settingKey (string), settingValue (string), isEncrypted (boolean), updatedAt (datetime)
5. amazon-ext-migration-status
Required: userId (string), migrationType (string), status (string) Optional: itemCount (integer), errorMessage (string), completedAt (datetime)

Test Log

Waiting for tests...