Test Cases
Test Cases

Test Cases

This section contains comprehensive test plans for the Pillexa platform.

Test Plans

Integration Tests

Feature Tests

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