Files
falah-mobile/qa-report-20260625_155732.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

67 lines
3.2 KiB
Markdown

# QA Test Report
**Date:** 2026-06-25 15:57:32
**URL:** https://falahos.my/mobile
**Layer:** render
## Summary
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|:------:|:------:|:------:|:----:|:-----:|
| 34 | 15 | 0 | 49 | **D** |
## Details
| Result | Message |
|:------|:--------|
| ✅ | Landing (/) — clean (no error patterns) |
| ✅ | Landing (/) — contains "Falah" |
| ❌ | Landing (/) — MISSING expected text: "Assalamualaikum" |
| ❌ | Landing (/) — MISSING expected text: "Daily Verse" |
| ❌ | Landing (/) — MISSING expected text: "Quick Actions" |
| ✅ | Prayer (/prayer) — clean (no error patterns) |
| ✅ | Prayer (/prayer) — contains "Prayer Times" |
| ❌ | Prayer (/prayer) — MISSING expected text: "Fajr" |
| ❌ | Prayer (/prayer) — MISSING expected text: "Dhuhr" |
| ❌ | Prayer (/prayer) — MISSING expected text: "Asr" |
| ❌ | Prayer (/prayer) — MISSING expected text: "Maghrib" |
| ❌ | Prayer (/prayer) — MISSING expected text: "Isha" |
| ✅ | Dhikr (/dhikr) — clean (no error patterns) |
| ✅ | Dhikr (/dhikr) — contains "Dhikr" |
| ✅ | Dhikr (/dhikr) — contains "Digital Tasbih" |
| ✅ | Dhikr (/dhikr) — contains "SubhanAllah" |
| ✅ | Dhikr (/dhikr) — contains "Alhamdulillah" |
| ✅ | Dhikr (/dhikr) — contains "Allahu Akbar" |
| ✅ | Qibla (/qibla) — clean (no error patterns) |
| ✅ | Qibla (/qibla) — contains "Qibla Finder" |
| ✅ | Qibla (/qibla) — contains "Kaaba" |
| ❌ | Qibla (/qibla) — MISSING expected text: "bearing" |
| ✅ | Halal Monitor (/halal-monitor) — clean (no error patterns) |
| ❌ | Halal Monitor (/halal-monitor) — MISSING expected text: "Halal Monitor" |
| ❌ | Halal Monitor (/halal-monitor) — MISSING expected text: "Restaurants" |
| ✅ | Nur (/nur) — clean (no error patterns) |
| ❌ | Nur (/nur) — MISSING expected text: "Nur" |
| ✅ | Forum (/forum) — clean (no error patterns) |
| ❌ | Forum (/forum) — MISSING expected text: "Forum" |
| ✅ | Souq (/souq) — clean (no error patterns) |
| ❌ | Souq (/souq) — MISSING expected text: "Souq" |
| ✅ | Groups (/groups) — clean (no error patterns) |
| ❌ | Groups (/groups) — MISSING expected text: "Groups" |
| ✅ | Pattern "Invalid response" — absent from all pages |
| ✅ | Pattern "Internal Server Error" — absent from all pages |
| ✅ | Pattern "Application error" — absent from all pages |
| ✅ | Pattern "Cannot read properties of" — absent from all pages |
| ✅ | Pattern "undefined is not" — absent from all pages |
| ✅ | Pattern "TypeError" — absent from all pages |
| ✅ | Pattern "Failed to fetch" — absent from all pages |
| ✅ | Pattern "not found" — absent from all pages |
| ✅ | Pattern "500 Internal" — absent from all pages |
| ✅ | Pattern "JSON Parse error" — absent from all pages |
| ✅ | Pattern "Unexpected token" — absent from all pages |
| ✅ | Pattern "Cannot find module" — absent from all pages |
| ✅ | Pattern "Minified React error" — absent from all pages |
| ✅ | /prayer — 2 loading indicators (acceptable) |
| ✅ | /dhikr — 2 loading indicators (acceptable) |
| ✅ | /qibla — 3 loading indicators (acceptable) |
## Re-run
```bash
python3 tests/qa-test-suite.py
```