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.

9 lines (8 loc) 1.1 kB
export declare const FAILED_ATTEMPT_TO_CONNECT = "Failed to connect to Chrome Debugging Protocol"; export declare const ATTEMPT_TO_CONNECT = "Attempting to connect to Chrome Debugging Protocol"; export declare const CONNECTED = "Connected to Chrome Debugging Protocol"; export declare const DISCONNECTED = "Chrome Debugging Protocol disconnected"; export declare const CONNECTION_NOT_ESTABLISHED = "Chrome Debugging Protocol connection has not been established."; export declare const TARGET_OR_BROWSER_CLOSED = "The target or browser may have closed before completion of initialization"; export declare const UNABLE_TO_ATTACH_TO_TARGET = "Unable to attach to the target (e.g. page, worker, etc). \n\nPossible reasons for the failure include:\n - Chrome not running in headless mode.\n - The target may have closed during initialization.\n - The target may have crashed due to memory issues.\n\nPlease open an issue on the repository: https://github.com/NeuraLegion/cypress-har-generator/issues for assistance.\n\nThe stack trace for this error is:"; export declare const FAILED_TO_CONNECT: string;