UNPKG

@neuralegion/cypress-har-generator

Version:

The Cypress plugin for generating HTTP Archive (HAR) files is a tool that allows developers and QA engineers to capture detailed information about network requests made during the execution of Cypress tests.

6 lines (5 loc) 175 B
export declare class Loader { static load<T>(path: string): Promise<T | undefined>; private static shouldUseDynamicImport; private static interopRequireDefault; }