UNPKG

page-with

Version:

A library for usage example-driven in-browser testing of your own libraries.

8 lines (7 loc) 248 B
export { Page, Response } from 'playwright'; export * from './createBrowser'; export * from './server/PreviewServer'; export * from './pageWith'; export * from './utils/request'; export * from './utils/spyOnConsole'; export * from './utils/debug';