Skip to main content

docs/testing.md

Metadata

  • Purpose: Project documentation source file.
  • Domain: documentation
  • Language: md
  • Bytes: 1835
  • Lines: 69
  • Content hash (short): f2b5e132
  • Source (start): docs/testing.md:1
  • Source (end): docs/testing.md:69

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

  • H1: Final Testing Guide (line 1)
  • H2: Prerequisites (line 3)
  • H2: Boot local stack (line 10)
  • H2: Execute smoke suite (line 28)
  • H2: Manual validation checklist (line 36)
  • H2: JWT mode validation (line 49)
  • H2: CI release gates (line 64)

Source Preview

# Final Testing Guide

## Prerequisites

- Node.js 22+
- pnpm 9+
- Docker
- PostgreSQL client (`psql`) available for migration scripts

## Boot local stack

```bash
pnpm install
pnpm dev:stack

This starts:

  • PostgreSQL/Redis/NATS/OpenSearch (docker compose)
  • AgentField mock on :8081 (local profile only)
  • Status mock on :8090 (local profile only)
  • Gateway API on :8080
  • Outbox and job workers
  • Web app on :3000