e2ed
Version:
E2E testing framework over Playwright
24 lines (23 loc) • 501 B
text/typescript
export type {
DoAfterPack,
DoBeforePack,
FilterTestsIntoPack,
FullMocks,
GetFullPackConfig,
GetLogContext,
GetMainTestRunParams,
GetTestRunHash,
IsTestSkipped,
LiteReport,
MapBackendResponseErrorToLog,
MapBackendResponseToLog,
MapLogPayloadInConsole,
MapLogPayloadInLogFile,
MapLogPayloadInReport,
MatchScreenshot,
Pack,
TestFunction,
WaitBeforeRetry,
} from './packSpecific';
export type {SkipTests} from './skipTests';
export type {TestMeta} from './testMeta';