differencify icon indicating copy to clipboard operation
differencify copied to clipboard

Allow name to be provided to `toMatchSnapshot`

Open cmcculloh-kr opened this issue 7 years ago • 1 comments

Allows user to provide custom name for their screenshots and snapshots:

			.screenshot({ path: settings.imageSnapshotPath + 'admin.0000.png'})
			.toMatchSnapshot({ name: 'admin.0000' })

cmcculloh-kr avatar Jun 26 '18 21:06 cmcculloh-kr

@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

NimaSoroush avatar Jun 26 '18 23:06 NimaSoroush