UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

8 lines (6 loc) 128 B
import { Page } from 'playwright-core'; declare module 'creevey' { interface CreeveyTestContext { webdriver: Page; } }