Test Script Overview
GenAI Launchpad includesrequests/send_event.py for end-to-end testing. This script:
Running the Test
Here is the test script implementation:Prerequisites
Before running end-to-end tests, ensure:- ✔ Docker Running: All containers must be up and running via
docker ps - ✔ API Available: The FastAPI service should be accessible at your configured port
- ✔ Celery Workers: Background workers must be running to process tasks
- ✔ Database Ready: PostgreSQL/Supabase must be initialized with migrations applied
Monitoring Results in Supabase Studio
To view the workflow execution results:Access Supabase Studio
Navigate to http://localhost:8000 in your browser
Troubleshooting
If events are not processing, check Docker containers (docker ps), Celery worker logs, API availability (try a curl request), and that database migrations are applied.