Skip to content

@agentsy/testing ​

Cross-package integration test suite for the Agentsy monorepo.

Purpose ​

@agentsy/testing validates behavior across package boundaries (normalizers → processor → renderers → recovery, etc.).

Role in Agentsy ​

This package is the monorepo-level confidence layer. It is not intended as a runtime dependency for consumers.

Status ​

  • Private/internal package.
  • Not published for external consumption.

Notes ​

This package currently hosts the repository's cross-package integration coverage and shared test harness entrypoint.

Usage ​

Run integration tests from this package or from repo root.

bash
cd packages/testing
pnpm test
pnpm coverage

From root:

bash
pnpm test
pnpm test:coverage

Open source under GPL-3.0-or-later License