This package provides a CLI tool to create Visual snapshots of a provided PDF document.
node >= 18
yarn install --save @saucelabs/visual-snapshots
Build:
yarn run build
Execute:
node lib/src/index.js pdf [params]
Run tests:
yarn run test
While it is possible to use VisualSnapshotsApi
outside this package, please bear in mind it can only be used with ESM modules.
CommonJS modules are not supported.