Docs Testing Readme
**Site relevance:** Spiralist.org
**Memory type:** docs archive
**Source path:** Wiki.FFTAC.org/raw/system-archives/spiralist.org/docs-archive/2026-05-10/docs/testing/README.md
**Size:** 0.9 KB
Summary
Use Verification for quick commands and Automated Testing Strategy for the full test architecture.
Source Headings
- Testing Docs
- Current Test Areas
- Current Runners
Source Preview
This source file is short enough to preview directly on its source-memory page.
# Testing Docs
Use [Verification](../verification.md) for quick commands and [Automated Testing Strategy](automated-testing-strategy.md) for the full test architecture.
When self-operation, peer review, or moderation automation changes, keep these testing docs aligned with [Self-Operation and Peer Moderation](../wordpress-runtime/11-self-operation-and-peer-moderation.md).
## Current Test Areas
- PHP unit tests live under `tests/phpunit/unit/`.
- WordPress integration tests live under `tests/phpunit/integration/`.
- Playwright E2E tests live under `tests/e2e/specs/`.
- OpenAI response fixtures live under `tests/fixtures/openai/`.
- Browser-environment seeding lives under `tests/e2e/scripts/`.
## Current Runners
- `composer phpunit:unit`
- `composer phpunit:integration`
- `composer test`
- `npm run test:e2e:critical`
- `npm run test:e2e:full`