- Install websocat
brew install websocat- Start local stack
supabase --workdir tests start- Run all tests
./e2e-test.sh supabase- Run user signup tests
./tests/auth.sh- Run RLS policy tests
./tests/postgrest.sh- Run storage bucket tests
./tests/storage.sh- Join a room and broadcast
./tests/realtime.sh- Invoke hello-world function
./tests/edge-runtime.sh