Skip to content

[Test Framework] Helper script for creating pdf fixtures

DaveD requested to merge DaveD/cdntaxreceipts:fixture-helper into master

For a test to be able to validate a resulting pdf file automatically, the metadata like internal timestamp and uuid needs to match what the test produces every time. This script will adjust a pdf that you produced with a local run of your test so that it can be used as a fixture against future runs of the test.

Merge request reports