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.

11 lines (10 loc) 277 B
export declare class Logger { private static _instance; private readonly _debug; static get Instance(): Logger; info(msg: string): void; err(msg: string | Error | unknown): void; warn(msg: string): void; debug(msg: string): void; private log; }