Test Cases
This section contains comprehensive test plans for the Pillexa platform.
Test Plans
Integration Tests
- External Pharmacy Integration - Complete test plan for external pharmacy integration flow
Feature Tests
- Pharmacy App Features - Test plan for pharmacy app internal features
Test Case Linking
Test cases are linked using the format:
- Test Case ID:
TC-EXT-PH-001,TC-PHARMACY-ORD-001, etc. - Link Format:
https://docs.pillexa.com/testing/{test-suite}#{test-case-id-lowercase}
Example: TC-EXT-PH-001
Automated Tests
Automated tests are linked to manual test cases via test case IDs in test names:
it('TC-PHARMACY-MSG-001: Compose Message to Customer', () => {
// Test implementation
});Run automated tests with Vitest UI:
cd apps/pharmacy
pnpm test:ui