Testing
Testing
Guide to testing the AI Arena platform.
Test Scripts
End-to-End Test
.\scripts\test-e2e.ps1Integration Test
.\scripts\test-integration.ps1Verify Setup
.\scripts\verify-setup.ps1Manual Testing
Test Backend
# Health checkcurl http://localhost:3001/health
# List agentscurl http://localhost:3001/api/agentsTest Frontend
- Open http://localhost:3000
- Navigate through pages
- Create agents
- Run matches
Next Steps
- Development Setup - Setup guide
- Contributing - Contribution guide