Skip to content

Testing

Testing

Guide to testing the AI Arena platform.

Test Scripts

End-to-End Test

Terminal window
.\scripts\test-e2e.ps1

Integration Test

Terminal window
.\scripts\test-integration.ps1

Verify Setup

Terminal window
.\scripts\verify-setup.ps1

Manual Testing

Test Backend

Terminal window
# Health check
curl http://localhost:3001/health
# List agents
curl http://localhost:3001/api/agents

Test Frontend

  1. Open http://localhost:3000
  2. Navigate through pages
  3. Create agents
  4. Run matches

Next Steps