fair-plugin/ai/plans/tests/README.md
Chuck Adams 43b7ef0804
docs: comprehensive testing plan for FAIR plugin
Four-layer test pyramid: unit, integration, HTTP, browser.
DID-manager pipeline is the top-priority functional area.
Ephemeral sites under tests/sites/ephemeral/ for CI.
Static pet scenarios under tests/sites/static/ for exotic configs.
13-phase implementation plan with parallelization notes.

Signed-off-by: Chuck Adams <chaz@chaz.works>
2026-06-09 10:52:41 -06:00

1.7 KiB

Testing Plan — FAIR Plugin

Status: Design validated, pending implementation
Date: 2026-06-09
Branch: development (or dedicated feature branch)

Overview

Four-layer test pyramid for the FAIR WordPress plugin. The DID-manager package pipeline (inc/packages/) is the top-priority functional area. Edge case coverage must be exhaustive; Infection mutation testing will be added in a follow-up pass.

Layer Directory Docker? Target URL
Unit tests/unit/ No N/A
Integration tests/integration/ Yes (ephemeral) tests/sites/ephemeral/<suite>/
HTTP tests/http/ Optional Configurable (ephemeral or pet)
Browser tests/browser/ Recommended Configurable (ephemeral or pet)

Documents