Commit Graph

8 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
c5d40d07df Connect to Lovable Cloud
Apply quick wins and pipeline fixes for integration tests:
- Remove is_test_data flag from location inserts
- Increase test delay from 2.5s to 5s and add delays between suites to curb rate limiting
- Replace [object Object] error formatting with formatTestError across 10 test suites (31 edits) and add import
- Refactor unit/conversion tests and performance tests to use the approval pipeline
- Extend edge function handling by ensuring item_ids are included in idempotency key inserts (edge function fix)
- Update auth, data integrity, edgeFunction, moderation, performance, submission, unitConversion, and versioning test files accordingly
2025-11-10 18:20:22 +00:00
gpt-engineer-app[bot]
e0001961bf Refactor tests to use pipeline
Refactor versioningTests.ts, submissionTests.ts, and dataIntegrityTests.ts to replace direct DB inserts with the submission pipeline (submitParkCreation → approve → verify), aligning tests with RLS policies and validation flows.
2025-11-10 16:59:10 +00:00
gpt-engineer-app[bot]
6af981a6e4 Fix imports and test flow 2025-11-03 22:03:08 +00:00
gpt-engineer-app[bot]
516f7c4c41 Fix: Resolve remaining TypeScript errors 2025-11-03 02:54:43 +00:00
gpt-engineer-app[bot]
1874b6ffbd feat: Integrate TestDataTracker into all test suites 2025-10-30 15:08:33 +00:00
gpt-engineer-app[bot]
f5b358aaf5 Fix v1 scope error in versioning tests 2025-10-30 14:52:23 +00:00
gpt-engineer-app[bot]
86036ac9ef Refactor: Fix integration test critical issues 2025-10-30 14:49:15 +00:00
gpt-engineer-app[bot]
0c34ae1075 Implement integration testing system 2025-10-30 14:35:09 +00:00