UNPKG

@argos-ci/playwright

Version:

Playwright SDK for visual testing with Argos.

6 lines (5 loc) 184 B
const argosScreenshot = async (...args) => { const { argosScreenshot } = await import("./index.js"); return argosScreenshot(...args); }; exports.argosScreenshot = argosScreenshot;