integrations / integrations/snappydoo
Allow running specific snapshots
Open
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When someone else commits changes to snapshots, the only way to regenerate the screenshots is to run `-a`. It'd be nice if I could pass the name of the files.
Then I could have run this to regenerate snapshots that changed in the current branch:
```
$ snappydoo $(git diff --name-only master -- test/messages/__snapshots__)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.