Payfrit: - Tab API contract tests (bash + python) — all 13 endpoints - Param validation, response time, cross-env parity checks Grubflip: - API endpoint test stubs — menu, restaurant, order, auth - Ready to activate as Mike deploys endpoints Shared: - test_helpers.sh + test_helpers.py — HTTP helpers, pass/fail/skip, JSON output mode - Master test runner (scripts/run-all.sh) - Infrastructure health checker (disk, RAM, services, SSL certs) Test data: - Grubflip seed SQL (QA test restaurants, menus, orders) - Payfrit tab seeder script All Payfrit tab tests confirmed passing against dev + prod.
14 lines
152 B
Text
14 lines
152 B
Text
# Generated reports
|
|
reports/*.txt
|
|
reports/*.json
|
|
reports/*.md
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Secrets (never commit)
|
|
.env
|
|
*.secret
|
|
credentials.*
|