Files

26 lines
736 B
Markdown
Raw Permalink Normal View History

# QA Test Report
**Date:** 2026-06-26 07:00:54
**URL:** https://falahos.my/mobile
**Layer:** api
## Summary
| ✅ Pass | ❌ Fail | ⚠️ Warn | Total | Grade |
|:------:|:------:|:------:|:----:|:-----:|
| 6 | 0 | 2 | 8 | **A** |
## Details
| Result | Message |
|:------|:--------|
| ✅ | Prayer API — full contract satisfied |
| ✅ | Prayer API — all 5 prayer times present |
| ✅ | Prayer API — date: 26 Jun 2026 |
| ✅ | Prayer API — hijri: 11 Muḥarram 1448 |
| ⚠️ | Prayer API — no error for empty params, returned default data |
| ✅ | Health API — status=ok |
| ⚠️ | Ummah ID Health → 404 |
| ✅ | Souq Listings API — 13 listings returned |
## Re-run
```bash
python3 tests/qa-test-suite.py
```