Incremental flag in config
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
I run backstop with something like that:
```
const backstop = require('backstopjs');
backstop('reference', {config:'custom/backstop/config.json'});
```
I don't want to remove all reference images. There is a incremental param flag to do that `backstop reference --i` but I don't know how to do this with config.json file. The param `--filter` is similar.
Thanks for your help
Contributor guide
Assessment
This issue has not been assessed yet.