UNPKG

vizard

Version:

An automated visual regression testing framework

14 lines (13 loc) 248 B
module.exports = async function ({ screenshotOutputPath, clip, page, }) { await page.screenshot({ type: 'jpeg', quality: 80, path: screenshotOutputPath, clip, omitBackground: true, }); };