v0.6.0 multi-user game support with longpoll, tests and doc updated

This commit is contained in:
2025-11-05 12:08:18 -05:00
parent a3f4db96fa
commit 52868af4ea
13 changed files with 708 additions and 120 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# FILE: test-api.sh
# FILE: test/test-api.sh
# Chess API Robustness Test Suite
# Tests the refactored chess API with security hardening
@ -132,8 +132,9 @@ fi
print_header "Chess API Robustness Test Suite"
echo "Server: $BASE_URL"
echo "API Version: v1"
echo -e "${MAGENTA}⚠️ IMPORTANT: Server must be started with -dev flag for tests to pass!${NC}"
echo -e "${MAGENTA} Example: ./chessd -dev${NC}"
echo -e "${MAGENTA} IMPORTANT: Server must be started with -dev flag for tests to pass!${NC}"
echo -e "${MAGENTA} Start the server first: test/run-test-server.sh${NC}"
echo -e "${MAGENTA} Or directly after build: ./chessd -dev${NC}"
echo ""
echo "Starting comprehensive tests..."