e2ed
Version:
E2E testing framework over Playwright
8 lines (7 loc) • 518 B
TypeScript
import type { FullPackConfig } from '../../types/internal';
/**
* Get full pack configuration object.
* This function can only be called after the `E2edRunEvent` is registered,
* because the packs with configurations (`e2ed/packs`) is compiled when this event is registered.
*/
export declare const getFullPackConfig: <CustomPackProperties = unknown, CustomReportProperties = unknown, SkipTests = unknown, TestMeta = unknown>() => FullPackConfig<CustomPackProperties, CustomReportProperties, SkipTests, TestMeta>;