vitest-pdf-snapshot
v0.0.2
Published
A custom Vitest matcher for PDF visual regression testing with snapshot support
Readme
PDF visual snapshot matcher for Vitest
Install
pnpm add vitest-pdf-snapshotQuick example
In your vitest setup file
import 'vitest-pdf-snapshot'In your code
await expect(path).toMatchPDFSnapshot()
await expect(buffer).toMatchPDFSnapshot({
// Required for buffer input
// Outputs to __snapshots__/images/visual.png
name: `images/visual`
})License
MIT
