mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 19:24:27 +00:00
* Update BackstopJS types. Add support for `Viewport.label` which is more commonly used than `name`. Seems to be a free form string, not a limited set of strings:aa7de8ee05/examples/jsBasedConfig/backstopConfig.jsLooks like they may have switched from `name` to `label` in this commit:0535303326 (diff-9e67e5c53c6a24f5b7f26f857fff03ea)Change `misMatchThreshold` to a number:aa7de8ee05/examples/jsBasedConfig/backstopConfig.js (L35)* Fix version. * I just tested this locally and you can any custom properties you like to scenarios, which is helpful for a custom onBefore script I'm working on.