integrations / snappydoo

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

Allow user to specify retry limit #1

Open wilhelmklopp opened 6 years ago

wilhelmklopp commented 6 years ago

In snappydoo config

package.json

{
  "snappydoo": {
    "in": "/some/path",
    "out": "/some/path",
    "retry": // number of times to retry if a message didn't load. Default: 1
  }
}