ภาพรวมการทดสอบ
CCR มี ccr-test-suite เป็น automated regression test suite สำหรับ Chic Car Rent Admin Portal โดยใช้ Playwright + TypeScript
Coverage ปัจจุบัน
จาก README ของ test suite ครอบคลุม 153 test cases ใน 12 หน้า:
| Area | Spec |
|---|---|
| Authentication | tests/auth/login.spec.ts |
| Booking | tests/booking/booking.spec.ts |
| Customer | tests/customer/customer.spec.ts |
| Refund | tests/refund/refund.spec.ts |
| Car | tests/car/car.spec.ts |
| Promotion | tests/promotion/promotion.spec.ts |
| Add-on | tests/addon/addon.spec.ts |
| Fuel | tests/fuel/fuel.spec.ts |
| OWR | tests/owr/owr.spec.ts |
| Branch | tests/branch/branch.spec.ts |
| User | tests/user/user.spec.ts |
| Role | tests/role/role.spec.ts |
Test architecture
| Component | หน้าที่ |
|---|---|
global-setup.ts | login ก่อนรัน test ทั้งหมด |
auth-setup.ts | save auth state |
login-page.ts | action/assertion หน้า login |
base-list-page.ts | helper กลางสำหรับหน้า list: load, header, sort, detail, modal |
booking-page.ts | helper เฉพาะ Booking Management |