UNPKG

e2ed

Version:

E2E testing framework over Playwright

17 lines (16 loc) 542 B
/** * Base public modules. */ export { ApiRoute } from './ApiRoute'; export { Page } from './Page'; export { PageRoute } from './PageRoute'; export { devices } from './playwright'; export { Route } from './Route'; export { getPlaywrightPage, useContext } from './useContext'; export { WebSocketRoute } from './WebSocketRoute'; /** * Public modules, dependent on internal utils. */ export { createClientFunction } from './createClientFunction'; export { createTestFunction } from './createTestFunction'; export { expect } from './expect';