UNPKG

e2ed

Version:

E2E testing framework over Playwright

18 lines (17 loc) 573 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'; export { step } from './step';