differencify
differencify copied to clipboard
Allow name to be provided to `toMatchSnapshot`
Allows user to provide custom name for their screenshots and snapshots:
.screenshot({ path: settings.imageSnapshotPath + 'admin.0000.png'})
.toMatchSnapshot({ name: 'admin.0000' })
@cormacmccarthy , Thanks for the PR. Can you add an example to API.md page and an integration test. It will help other people to understand the usecase better