Files
falah-mobile/qa-report-20260618_162540.md
T
wmj a1c5fecd83 pivot: migrate V1 mobile from Docker to Netlify serverless
- Switch Prisma schema from SQLite to PostgreSQL
- Add netlify.toml for Netlify deployment config
- Add @netlify/plugin-nextjs for serverless Next.js
- Remove Docker build files (Dockerfile, docker-compose, start.sh)
- Remove auto-healer and scripts directories
- Update next.config.ts (remove standalone output)
- Database: falah_mobile_v1 on Contabo Postgres
2026-06-28 23:02:48 +02:00

30 lines
920 B
Markdown

# QA Test Report
**Date:** 2026-06-18 16:25:40
**URL:** https://falahos.my/mobile
**Layer:** system
## Summary
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|:------:|:------:|:------:|:----:|:-----:|
| 12 | 0 | 0 | 12 | **A** |
## Details
| Result | Message |
|:------|:--------|
| ✅ | Landing page (/) → 200 in 378ms |
| ✅ | Prayer times (/prayer) → 200 in 97ms |
| ✅ | Dhikr counter (/dhikr) → 200 in 137ms |
| ✅ | Qibla finder (/qibla) → 200 in 171ms |
| ✅ | Halal monitor (/halal-monitor) → 200 in 121ms |
| ✅ | Nur AI (/nur) → 200 in 145ms |
| ✅ | Forum (/forum) → 200 in 150ms |
| ✅ | Souq (/souq) → 200 in 116ms |
| ✅ | Groups (/groups) → 200 in 81ms |
| ✅ | Health API endpoint (/api/health) → 200 in 78ms |
| ✅ | Prayer API endpoint (/api/prayer) → 200 in 715ms |
| ✅ | Landing returns 200 directly |
## Re-run
```bash
python3 tests/qa-test-suite.py
```