integrations / snappydoo

Turns Jest snapshots into Slack message builder screenshots
12 stars 7 forks source link

Strip out image metadata to make builds more deterministic #3

Open wilhelmklopp opened 6 years ago

wilhelmklopp commented 6 years ago

Given consistent input running snappydoo on the same machine will create the exact same output. Running it on a different machine, however, with the same input, leads to a different output. This is not good for our use case and pollutes the diff.

Need to explore options for how to strip out metadata.