Testing

Testing strategies and commands for SocialTwin.

Testing Commands

# Run all API tests
./scripts/test-all-endpoints.sh

# Unit tests
pnpm run test:unit

# E2E tests
pnpm run test:e2e

# Load tests
pnpm run test:load