@cartella/test-kit
v1.3.0
Published
Renderer-parity test harness. Vitest plugin + framework-agnostic primitives.
Readme
@cartella/test-kit
Consumer-usable renderer parity test harness. Same harness Cartella uses internally, exposed as a library (Moat 6).
Status
Pre-alpha.
Install
pnpm add -D @cartella/test-kit @cartella/core vitest playwrightUsage
import { describeParity } from '@cartella/test-kit';
describeParity('company ID cards', {
fixtures: './fixtures/*.cart.json',
renderer: 'puppeteer',
threshold: 0.001,
});Design
License
MIT
